1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/games/nettoe/Makefile
Dmitry Marakasov b60bc14888 - Switch to options helpers
Approved by:	portmgr blanket
2015-12-08 18:51:21 +00:00

30 lines
584 B
Makefile

# Created by: Christopher Preston <rbg@gayteenresource.org>
# $FreeBSD$
PORTNAME= nettoe
PORTVERSION= 1.5.1
CATEGORIES= games
MASTER_SITES= http://www.c-s.li/ports/ \
SF
MAINTAINER= cs@FreeBSD.org
COMMENT= Tic tac toe game playable over the network
LICENSE= GPLv2
PLIST_FILES= bin/nettoe man/man6/nettoe.6.gz
USES= gmake
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for I in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>