1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/nettoe/Makefile

31 lines
589 B
Makefile
Raw Normal View History

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