summaryrefslogtreecommitdiffstats
path: root/games/nettoe
diff options
context:
space:
mode:
authorgreid <greid@FreeBSD.org>2001-07-01 22:42:23 +0000
committergreid <greid@FreeBSD.org>2001-07-01 22:42:23 +0000
commit390878daff53cc981d78420594131c82d9bdb136 (patch)
tree69a3a8f901cc8c8fef7abc7e314c06f306a5da04 /games/nettoe
parent89770bc2caaa6923dbdb857c6f3108570773b2f9 (diff)
downloadFreeBSD-ports-390878daff53cc981d78420594131c82d9bdb136.zip
FreeBSD-ports-390878daff53cc981d78420594131c82d9bdb136.tar.gz
Add nettoe 1.0.6, a tic-tac-toe game playable over the network.
PR: 28612 Submitted by: Christopher Preston <rbg@gayteenresource.org>
Diffstat (limited to 'games/nettoe')
-rw-r--r--games/nettoe/Makefile29
-rw-r--r--games/nettoe/distinfo1
-rw-r--r--games/nettoe/pkg-comment1
-rw-r--r--games/nettoe/pkg-descr9
-rw-r--r--games/nettoe/pkg-plist10
5 files changed, 50 insertions, 0 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile
new file mode 100644
index 0000000..f83e4af
--- /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>
diff --git a/games/nettoe/distinfo b/games/nettoe/distinfo
new file mode 100644
index 0000000..8df2003
--- /dev/null
+++ b/games/nettoe/distinfo
@@ -0,0 +1 @@
+MD5 (nettoe-1.0.6.tar.gz) = 37b005e05ab28a7092fd6a02d77a8765
diff --git a/games/nettoe/pkg-comment b/games/nettoe/pkg-comment
new file mode 100644
index 0000000..4dd7d84
--- /dev/null
+++ b/games/nettoe/pkg-comment
@@ -0,0 +1 @@
+A tic-tac-toe game playable over the network
diff --git a/games/nettoe/pkg-descr b/games/nettoe/pkg-descr
new file mode 100644
index 0000000..e68bd33
--- /dev/null
+++ b/games/nettoe/pkg-descr
@@ -0,0 +1,9 @@
+netToe is a Tic Tac Toe-like game for the console written in C using
+UNIX sockets.
+It is playable by 2 players over the network, against computer AI, or
+against another player on the same machine.
+
+WWW: http://nettoe.sourceforge.net/
+
+- Christopher Preston
+rbg@gayteenresource.org
diff --git a/games/nettoe/pkg-plist b/games/nettoe/pkg-plist
new file mode 100644
index 0000000..5b69dd4
--- /dev/null
+++ b/games/nettoe/pkg-plist
@@ -0,0 +1,10 @@
+bin/nettoe
+%%PORTDOCS%%share/doc/nettoe/AUTHORS
+%%PORTDOCS%%share/doc/nettoe/BUGS
+%%PORTDOCS%%share/doc/nettoe/COPYING
+%%PORTDOCS%%share/doc/nettoe/ChangeLog
+%%PORTDOCS%%share/doc/nettoe/INSTALL
+%%PORTDOCS%%share/doc/nettoe/NEWS
+%%PORTDOCS%%share/doc/nettoe/README
+%%PORTDOCS%%share/doc/nettoe/TO-DO
+%%PORTDOCS%%@dirrm share/doc/nettoe
OpenPOWER on IntegriCloud