- Explicitly enabling/disabling IPv6 by ${OS_VERSION}
- add WWW on DESCR Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
This commit is contained in:
parent
442343e099
commit
5762fdd762
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25604
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user