- Add stage support

- Convert USE_GMAKE to USES
This commit is contained in:
Danilo Egea Gondolfo 2013-11-01 13:29:08 +00:00
parent 622e6db24c
commit b06426b08e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332370

View file

@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Redcode simulator easy to embed into applications
USE_ZIP= yes
USE_GMAKE= yes
USES= gmake
NO_WRKSUBDIR= yes
@ -19,11 +19,7 @@ USE_DOS2UNIX= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${PREFIX}/bin/${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>