2001-07-01 22:42:23 +00:00
|
|
|
# New ports collection makefile for: nettoe
|
|
|
|
# Date created: 01 July 2001
|
|
|
|
# Whom: Christopher Preston <rbg@gayteenresource.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nettoe
|
2001-08-04 18:18:52 +00:00
|
|
|
PORTVERSION= 1.1.0
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2001-07-01 22:42:23 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-08-04 18:18:52 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-07-01 22:42:23 +00:00
|
|
|
|
2003-11-19 19:28:40 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= A tic-tac-toe game playable over the network
|
2001-07-01 22:42:23 +00:00
|
|
|
|
|
|
|
MAN6= nettoe.6
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-08-04 18:18:52 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2001-07-01 22:42:23 +00:00
|
|
|
.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
|
2001-08-04 18:18:52 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}
|
2001-07-01 22:42:23 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|