freebsd-ports/games/nettoe/Makefile
Ying-Chieh Liao 1cfc5605fe upgrade to 1.1.0
PR:		29135
2001-08-04 18:18:52 +00:00

30 lines
571 B
Makefile

# New ports collection makefile for: nettoe
# Date created: 01 July 2001
# Whom: Christopher Preston <rbg@gayteenresource.org>
#
# $FreeBSD$
#
PORTNAME= nettoe
PORTVERSION= 1.1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rbg@gayteenresource.org
MAN6= nettoe.6
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>