Update games/hexalate to version 1.1.6
[dports.git] / games / nettoe / Makefile
1 # Created by: Christopher Preston <rbg@gayteenresource.org>
2 # $FreeBSD$
3
4 PORTNAME=       nettoe
5 PORTVERSION=    1.5.1
6 CATEGORIES=     games
7 MASTER_SITES=   http://www.c-s.li/ports/ \
8                 SF
9
10 MAINTAINER=     cs@FreeBSD.org
11 COMMENT=        Tic tac toe game playable over the network
12
13 LICENSE=        GPLv2
14
15 PLIST_FILES=    bin/nettoe man/man6/nettoe.6.gz
16
17 USES=           gmake
18 GNU_CONFIGURE=  yes
19 PORTDOCS=       AUTHORS BUGS ChangeLog NEWS README TO-DO
20
21 OPTIONS_DEFINE= DOCS
22
23 post-install-DOCS-on:
24         @${MKDIR} ${STAGEDIR}${DOCSDIR}
25 .for I in ${PORTDOCS}
26         ${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/
27 .endfor
28
29 .include <bsd.port.mk>