freebsd-ports/games/nettoe/Makefile

32 lines
635 B
Makefile
Raw Normal View History

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