Index: head/games/netris/Makefile =================================================================== --- head/games/netris/Makefile (revision 25603) +++ head/games/netris/Makefile (revision 25604) @@ -1,27 +1,36 @@ # New ports collection makefile for: netris # Version required: 0.5 # Date created: 1 August 1996 # Whom: desmo # # $FreeBSD$ # DISTNAME= netris-0.5 CATEGORIES= games ipv6 MASTER_SITES= ftp://ftp.netris.org/pub/netris/ PATCH_SITES= ftp://ftp2.v6.linux.or.jp/pub/Linux/IPv6-2/netris/ \ http://ftp2.v6.linux.or.jp/pub/Linux/IPv6-2/netris/ PATCHFILES= netris-0.5-v6-19991206a.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= desmo@bandwidth.org HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure +CONFIGURE_ARGS= --cc '${CC}' --copt '${CFLAGS}' MAN1= netris.1 +.include + +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + post-install: ${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1 -.include +.include Property changes on: head/games/netris/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/games/netris/pkg-descr =================================================================== --- head/games/netris/pkg-descr (revision 25603) +++ head/games/netris/pkg-descr (revision 25604) @@ -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 Property changes on: head/games/netris/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property