From c341577eb31dc7d85e1fb8eff6a3ff811e3ffd8f Mon Sep 17 00:00:00 2001 From: George C A Reid Date: Sun, 1 Jul 2001 22:42:23 +0000 Subject: [PATCH] Add nettoe 1.0.6, a tic-tac-toe game playable over the network. PR: 28612 Submitted by: Christopher Preston --- games/Makefile | 1 + games/nettoe/Makefile | 29 +++++++++++++++++++++++++++++ games/nettoe/distinfo | 1 + games/nettoe/pkg-comment | 1 + games/nettoe/pkg-descr | 9 +++++++++ games/nettoe/pkg-plist | 10 ++++++++++ 6 files changed, 51 insertions(+) create mode 100644 games/nettoe/Makefile create mode 100644 games/nettoe/distinfo create mode 100644 games/nettoe/pkg-comment create mode 100644 games/nettoe/pkg-descr create mode 100644 games/nettoe/pkg-plist 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 +# +# $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 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