summaryrefslogtreecommitdiff
path: root/games/nettoe/Makefile
blob: fcb22e64ca3b1466bf4921045dccebde1659e52f (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
30
31
32
33
# Created by: Christopher Preston <rbg@gayteenresource.org>
# $FreeBSD$

PORTNAME=	nettoe
PORTVERSION=	1.3.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

LICENSE=	GPLv2

PLIST_FILES=	bin/nettoe

MAN6=		nettoe.6

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

PORTDOCS=	AUTHORS BUGS ChangeLog NEWS README TO-DO

.if !defined(NOPORTDOCS)
NO_STAGE=	yes
post-install:
	${MKDIR} ${DOCSDIR}
.for I in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.mk>