- Support staging

- Convert USE_GMAKE to USES
This commit is contained in:
Dmitry Marakasov 2013-09-29 21:42:52 +00:00
parent 7673bb66a5
commit e73d4fdb8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328736

View File

@ -11,19 +11,18 @@ DISTNAME= interLOGIC-src-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Move colored balls through the maze connecting it with each other
USES= gmake
USE_SDL= image sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/interlogic
PLIST_FILES= bin/interlogic
NO_STAGE= yes
post-patch:
@${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/missing # suppress autotools madness
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>