Bump x11/kde4-runtime to version 4.14.3_3
[dports.git] / x11 / tycoon / Makefile
1 # Created by: steve@farrell.org
2 # $FreeBSD$
3
4 PORTNAME=       tycoon
5 PORTVERSION=    1.07o
6 PORTREVISION=   8
7 CATEGORIES=     x11
8 MASTER_SITES=   SUNSITE/X11/desktop
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Nifty set of desktop apps, including floating buttons
12
13 LIB_DEPENDS=    libforms.so:x11-toolkits/xforms
14
15 USES=           imake
16 USE_XORG=       xaw
17
18 post-patch:
19         @${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \
20                 ${WRKSRC}/xbackdrop/backdrops/index
21         @${REINPLACE_CMD} -e 's|^update_file|void update_file|' \
22                 ${WRKSRC}/xchooser/xchooser.c
23         @${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \
24                 's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g'
25
26 pre-configure:
27         @${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?*
28
29 .include <bsd.port.mk>