From 4682c2c61dcb7a63ae78f7c087ba5d0bda84f154 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 10 Jul 2013 19:41:30 +0000 Subject: Convert my ports to current standards - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense --- games/gigalomania/Makefile | 2 ++ games/quackle/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile index 67247e2de92e..9adf2992a9e6 100644 --- a/games/gigalomania/Makefile +++ b/games/gigalomania/Makefile @@ -15,6 +15,8 @@ USE_SDL= image mixer sdl PORTDOCS= readme.html +OPTIONS_DEFINE= DOCS + .include post-patch: diff --git a/games/quackle/Makefile b/games/quackle/Makefile index 559d0ef72901..8c4aeabb8498 100644 --- a/games/quackle/Makefile +++ b/games/quackle/Makefile @@ -18,7 +18,7 @@ LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/quacker -USE_GMAKE= yes +USES= gmake USE_GCC= any USE_QT4= gui moc_build qmake_build MAKE_JOBS_SAFE= yes -- cgit