freebsd-ports/games/nettoe/Makefile

34 lines
639 B
Makefile
Raw Normal View History

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