svn commit: r337223 - head/games/qonk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Dec 22 23:09:30 UTC 2013
Author: amdmi3
Date: Sun Dec 22 23:09:29 2013
New Revision: 337223
URL: http://svnweb.freebsd.org/changeset/ports/337223
Log:
- Support staging
- Convert USE_GMAKE to USES
Modified:
head/games/qonk/Makefile
Modified: head/games/qonk/Makefile
==============================================================================
--- head/games/qonk/Makefile Sun Dec 22 22:44:48 2013 (r337222)
+++ head/games/qonk/Makefile Sun Dec 22 23:09:29 2013 (r337223)
@@ -11,13 +11,12 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Small space build and conquer strategy game
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_SDL= sdl gfx ttf image
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
More information about the svn-ports-all
mailing list