aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-28 09:42:30 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-28 09:42:30 +0800
commit19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch)
tree4bcc406896488d66df12ae8d93a36a4982246190 /games
parentd5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff)
downloadfreebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz
freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.zst
freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip
- use new hook USE_GNUSTEP in bsd.port.mk
Diffstat (limited to 'games')
-rw-r--r--games/gomoku.app/Makefile9
-rw-r--r--games/gshisen/Makefile10
2 files changed, 6 insertions, 13 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
index fb7cc49d29b..df1addbb23e 100644
--- a/games/gomoku.app/Makefile
+++ b/games/gomoku.app/Makefile
@@ -18,13 +18,10 @@ COMMENT= GNUstep Gomoku game
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
USE_GMAKE= yes
-MAKEFILE= GNUmakefile
-
-.include <bsd.port.pre.mk>
-
+USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
+MAKEFILE= GNUmakefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index b1eb6fe0efe..cf4f60ee737 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -18,14 +18,10 @@ PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
WRKSRC= ${WRKDIR}/GShisen
USE_GMAKE= yes
-MAKEFILE=
-MAKE_FLAGS= GUI_BACKEND_LIB=back
-
-.include <bsd.port.pre.mk>
-
+USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
+MAKEFILE=
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>