mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
178dc40a96
Approved by: wen@ (mentor)
37 lines
638 B
Makefile
37 lines
638 B
Makefile
# New ports collection makefile for: nettoe
|
|
# Date created: 01 July 2001
|
|
# Whom: 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)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
.for I in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|