2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Christopher Preston <rbg@gayteenresource.org>
|
2001-07-02 00:42:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nettoe
|
2014-01-31 20:46:24 +01:00
|
|
|
PORTVERSION= 1.5
|
2001-07-02 00:42:23 +02:00
|
|
|
CATEGORIES= games
|
2014-01-31 20:46:24 +01:00
|
|
|
MASTER_SITES= http://www.c-s.li/ports/ \
|
|
|
|
SF
|
2001-07-02 00:42:23 +02:00
|
|
|
|
2011-09-15 14:33:27 +02:00
|
|
|
MAINTAINER= cs@FreeBSD.org
|
2013-11-19 21:24:55 +01:00
|
|
|
COMMENT= Tic tac toe game playable over the network
|
2001-07-02 00:42:23 +02:00
|
|
|
|
2010-08-06 00:55:44 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-11-19 21:24:55 +01:00
|
|
|
PLIST_FILES= bin/nettoe man/man6/nettoe.6.gz
|
2010-08-06 00:55:44 +02:00
|
|
|
|
2013-11-19 21:24:55 +01:00
|
|
|
USES= gmake
|
2001-07-02 00:42:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2010-08-06 00:55:44 +02:00
|
|
|
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO
|
|
|
|
|
2014-02-10 14:54:26 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-11-19 21:24:55 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2010-08-06 00:55:44 +02:00
|
|
|
post-install:
|
2013-11-19 21:24:55 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2010-08-06 00:55:44 +02:00
|
|
|
.for I in ${PORTDOCS}
|
2013-11-19 21:24:55 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/
|
2001-07-02 00:42:23 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|