Add nettoe 1.0.6, a tic-tac-toe game playable over the network.
PR: 28612 Submitted by: Christopher Preston <rbg@gayteenresource.org>
This commit is contained in:
parent
7046433522
commit
c341577eb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44619
6 changed files with 51 additions and 0 deletions
|
@ -225,6 +225,7 @@
|
|||
SUBDIR += tuxkart
|
||||
SUBDIR += tuxracer
|
||||
SUBDIR += tvp
|
||||
SUBDIR += nettoe
|
||||
SUBDIR += nighthawk
|
||||
SUBDIR += nil
|
||||
SUBDIR += nonsense
|
||||
|
|
29
games/nettoe/Makefile
Normal file
29
games/nettoe/Makefile
Normal file
|
@ -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>
|
1
games/nettoe/distinfo
Normal file
1
games/nettoe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nettoe-1.0.6.tar.gz) = 37b005e05ab28a7092fd6a02d77a8765
|
1
games/nettoe/pkg-comment
Normal file
1
games/nettoe/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A tic-tac-toe game playable over the network
|
9
games/nettoe/pkg-descr
Normal file
9
games/nettoe/pkg-descr
Normal file
|
@ -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
|
10
games/nettoe/pkg-plist
Normal file
10
games/nettoe/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue