aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2000-02-09 12:17:46 +0800
committersumikawa <sumikawa@FreeBSD.org>2000-02-09 12:17:46 +0800
commit6b09c0e67b5d6c69deb70a754671f641caf1a662 (patch)
treecf5bb83b35c61e1dd8f217dce4f6e9f97abfdcff /games
parentdab16e03797fa0950d2ca0ac5d5e03e18068c9b2 (diff)
downloadfreebsd-ports-gnome-6b09c0e67b5d6c69deb70a754671f641caf1a662.tar.gz
freebsd-ports-gnome-6b09c0e67b5d6c69deb70a754671f641caf1a662.tar.zst
freebsd-ports-gnome-6b09c0e67b5d6c69deb70a754671f641caf1a662.zip
- Explicitly enabling/disabling IPv6 by ${OS_VERSION}
- add WWW on DESCR Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Diffstat (limited to 'games')
-rw-r--r--games/netris/Makefile11
-rw-r--r--games/netris/pkg-descr2
2 files changed, 12 insertions, 1 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile
index 55cd899e87b4..e6c5ac6d6662 100644
--- a/games/netris/Makefile
+++ b/games/netris/Makefile
@@ -19,9 +19,18 @@ MAINTAINER= desmo@bandwidth.org
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
+CONFIGURE_ARGS= --cc '${CC}' --copt '${CFLAGS}'
MAN1= netris.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
+.endif
+
post-install:
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/netris/pkg-descr b/games/netris/pkg-descr
index af0349e52def..cd7bae23ed04 100644
--- a/games/netris/pkg-descr
+++ b/games/netris/pkg-descr
@@ -1,5 +1,7 @@
This is netris, a networked version of t*tris.
It allows head to head 2 player games via a network.
+WWW: http://www.netris.org/
+
-Ken Monville
desmo@bandwidth.org
class='insertions'>+3 * Fix build on 8.x and 9.x.jkim2015-07-031-1/+1 * Reduce dependency.jkim2015-07-031-2/+2 * Add missing dependencies.jkim2015-07-031-1/+3 * Update to 0.1.1.jkim2015-07-033-5/+5 * - Fix various distinfo errorsak2014-10-161-1/+0 * Fix build without gperfbapt2014-10-071-1/+2 * Use new LODEV master sitebapt2014-10-071-1/+1 * Fix fetchingbapt2014-10-072-11/+3 * - Disable Werrorantoine2014-06-121-1/+2 * We do not provide a zlib.pc filebapt2014-06-112-0/+9