1997-11-24 06:02:48 +01:00
|
|
|
# New ports collection makefile for: tycoon
|
|
|
|
# Date created: 19 September 1997
|
|
|
|
# Whom: 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
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 4
|
1997-11-24 06:02:48 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/desktop
|
|
|
|
|
2000-12-30 19:37:03 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A nifty set of desktop apps, including floating buttons
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2002-10-09 03:41:07 +02:00
|
|
|
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
1997-11-24 06:02:48 +01:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2008-07-23 10:20:10 +02:00
|
|
|
USE_XORG= xaw
|
2002-10-09 03:41:07 +02:00
|
|
|
REINPLACE_ARGS= -i ""
|
1997-11-24 06:02:48 +01:00
|
|
|
|
2002-10-09 03:41:07 +02:00
|
|
|
post-patch:
|
|
|
|
${RM} -f ${WRKSRC}/xbackdrop/backdrops/index~
|
2002-09-01 18:07:59 +02:00
|
|
|
${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \
|
2000-12-30 19:37:03 +01:00
|
|
|
${WRKSRC}/xbackdrop/backdrops/index
|
2002-10-09 03:41:07 +02:00
|
|
|
${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g'
|
1997-11-24 06:02:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|