diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-07-01 22:42:23 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-07-01 22:42:23 +0000 |
commit | c341577eb31dc7d85e1fb8eff6a3ff811e3ffd8f (patch) | |
tree | 2cdb57832a44cdae1fcc3ad668dc1956a77fd8e4 /games | |
parent | 7046433522bc7cc95a87df396b141e17596e398b (diff) | |
download | freebsd-ports-c341577eb31dc7d85e1fb8eff6a3ff811e3ffd8f.zip |
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')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/nettoe/Makefile | 29 | ||||
-rw-r--r-- | games/nettoe/distinfo | 1 | ||||
-rw-r--r-- | games/nettoe/pkg-comment | 1 | ||||
-rw-r--r-- | games/nettoe/pkg-descr | 9 | ||||
-rw-r--r-- | games/nettoe/pkg-plist | 10 |
6 files changed, 51 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 3d9911165352..830033d0dfa9 100644 --- a/games/Makefile +++ b/games/Makefile @@ -225,6 +225,7 @@ SUBDIR += tuxkart SUBDIR += tuxracer SUBDIR += tvp + SUBDIR += nettoe SUBDIR += nighthawk SUBDIR += nil SUBDIR += nonsense 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> diff --git a/games/nettoe/distinfo b/games/nettoe/distinfo new file mode 100644 index 000000000000..8df20037937a --- /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 000000000000..4dd7d84fc3b5 --- /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 000000000000..e68bd33c0450 --- /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 000000000000..5b69dd4c58f6 --- /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 |