mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
28 lines
610 B
Makefile
28 lines
610 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gnustep-examples
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= misc gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
MASTER_SITE_SUBDIR= usr-apps
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= GNUstep example applications
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|^//|#|' \
|
|
${WRKSRC}/gui/GFractal/GNUmakefile
|
|
|
|
.include <bsd.port.mk>
|