summaryrefslogtreecommitdiff
path: root/games/nettoe/Makefile
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-07-01 22:42:23 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-07-01 22:42:23 +0000
commitc341577eb31dc7d85e1fb8eff6a3ff811e3ffd8f (patch)
tree2cdb57832a44cdae1fcc3ad668dc1956a77fd8e4 /games/nettoe/Makefile
parentMake Pete Fritchman <petef@databits.net> this port's MAINTAINER. (diff)
Add nettoe 1.0.6, a tic-tac-toe game playable over the network.
PR: 28612 Submitted by: Christopher Preston <rbg@gayteenresource.org>
Notes
Notes: svn path=/head/; revision=44619
Diffstat (limited to 'games/nettoe/Makefile')
-rw-r--r--games/nettoe/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile
new file mode 100644
index 000000000000..f83e4af435d7
--- /dev/null
+++ b/games/nettoe/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: nettoe
+# Date created: 01 July 2001
+# Whom: Christopher Preston <rbg@gayteenresource.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nettoe
+PORTVERSION= 1.0.6
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= nettoe
+
+MAINTAINER= rbg@gayteenresource.org
+
+MAN6= nettoe.6
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/nettoe
+.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
+ ${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/nettoe
+.endfor
+.endif
+
+.include <bsd.port.mk>