summaryrefslogtreecommitdiff
path: root/games/nettoe/Makefile
blob: b9894c3d47bbad3f2668d9681e2457a8f1302d89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>