- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke 2014-02-02 14:56:43 +00:00
parent dfa52b24d9
commit 49d2490c38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342308

View file

@ -25,7 +25,7 @@ SDL_DESC= Use SDL for audio
USE_BZIP2= yes
USE_GNOME= gtk12
USE_SDL= sdl
USE_GMAKE= yes
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name=s/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/
CONFIGURE_ARGS+=--with-gtk
@ -38,7 +38,6 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}-gtk
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
@ -60,9 +59,4 @@ post-patch:
@${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \
${WRKSRC}/raze/raze.asm.in
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>