diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 21:46:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 21:46:06 +0000 |
commit | 3473105c61346353b9ad7f53bb35cc1f4d7dabc6 (patch) | |
tree | 0f9b5d4ca7630ba4df08fbab8dacee0d35d54546 /games/netris/Makefile | |
parent | f177ca8846966e90a9e66d4c67be6d99dc762037 (diff) | |
download | pkgsrc-3473105c61346353b9ad7f53bb35cc1f4d7dabc6.tar.gz |
Convert to options framework.
Diffstat (limited to 'games/netris/Makefile')
-rw-r--r-- | games/netris/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index 3123acd8989..bdba4cea559 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/31 21:46:06 wiz Exp $ # DISTNAME= netris-0.52 @@ -18,16 +18,7 @@ USE_TOOLS+= gmake HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ./Configure -BUILD_DEFS+= USE_INET6 - -# to get USE_INET6 -.include "../../mk/bsd.prefs.mk" - -.if defined(USE_INET6) && ${USE_INET6} == YES -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif +.include "options.mk" do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/netris ${PREFIX}/bin |