mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 1.4.2
- staging
This commit is contained in:
parent
6621c8f7ca
commit
fc642ba5a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334350
@ -2,31 +2,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nettoe
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.4.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF \
|
||||
http://www.c-s.li/ports/
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= A tic-tac-toe game playable over the network
|
||||
COMMENT= Tic tac toe game playable over the network
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PLIST_FILES= bin/nettoe
|
||||
PLIST_FILES= bin/nettoe man/man6/nettoe.6.gz
|
||||
|
||||
MAN6= nettoe.6
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for I in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nettoe-1.3.2.tar.gz) = 1aba74312e968bb84c556c12c0713128148542b8b2879c78893c47d945da0e24
|
||||
SIZE (nettoe-1.3.2.tar.gz) = 94261
|
||||
SHA256 (nettoe-1.4.2.tar.gz) = fc30a4f902540ca005c3664981f5e1daa67c519615519a5060e83d0e6d44b1fb
|
||||
SIZE (nettoe-1.4.2.tar.gz) = 138443
|
||||
|
@ -1,6 +1,5 @@
|
||||
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
|
||||
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/
|
||||
|
Loading…
Reference in New Issue
Block a user