2003-03-23 20:26:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnustep-examples
|
2013-08-28 20:26:01 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= misc gnustep
|
2004-01-31 13:16:18 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
2013-08-28 20:26:01 +02:00
|
|
|
MASTER_SITE_SUBDIR= usr-apps
|
2003-03-23 20:26:43 +01:00
|
|
|
|
2013-08-28 20:26:01 +02:00
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
2003-03-23 20:26:43 +01:00
|
|
|
COMMENT= GNUstep example applications
|
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2008-02-28 10:14:32 +01:00
|
|
|
USE_GL= yes
|
2005-09-14 12:35:32 +02:00
|
|
|
|
2007-01-13 04:57:25 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2010-06-05 06:06:33 +02:00
|
|
|
USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL
|
2007-05-25 07:55:36 +02:00
|
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
2003-03-23 20:26:43 +01:00
|
|
|
|
2013-09-20 22:50:57 +02:00
|
|
|
NO_STAGE= yes
|
2011-03-13 21:36:04 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|^//|#|' \
|
|
|
|
${WRKSRC}/gui/GFractal/GNUmakefile
|
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|