2013-06-29 00:51:40 +02:00
|
|
|
# Created by: steve@farrell.org
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= tycoon
|
2001-12-24 11:37:45 +01:00
|
|
|
PORTVERSION= 1.07o
|
2014-01-08 10:53:50 +01:00
|
|
|
PORTREVISION= 6
|
1997-11-24 06:02:48 +01:00
|
|
|
CATEGORIES= x11
|
2013-12-20 20:09:05 +01:00
|
|
|
MASTER_SITES= SUNSITE/X11/desktop
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2000-12-30 19:37:03 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-29 00:51:40 +02:00
|
|
|
COMMENT= Nifty set of desktop apps, including floating buttons
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2013-12-20 20:09:05 +01:00
|
|
|
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2013-06-29 00:51:40 +02:00
|
|
|
USES= imake
|
2008-07-23 10:20:10 +02:00
|
|
|
USE_XORG= xaw
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2002-10-09 03:41:07 +02:00
|
|
|
post-patch:
|
2013-12-20 20:09:05 +01:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \
|
2000-12-30 19:37:03 +01:00
|
|
|
${WRKSRC}/xbackdrop/backdrops/index
|
2013-12-20 20:09:05 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|^update_file|void update_file|' \
|
|
|
|
${WRKSRC}/xchooser/xchooser.c
|
|
|
|
@${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-10-09 03:41:07 +02:00
|
|
|
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g'
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2013-12-20 20:09:05 +01:00
|
|
|
pre-configure:
|
|
|
|
@${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?*
|
|
|
|
|
1997-11-24 06:02:48 +01:00
|
|
|
.include <bsd.port.mk>
|