1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/gnugo/Makefile
2003-02-21 12:06:51 +00:00

26 lines
411 B
Makefile

# New ports collection makefile for: gnugo
# Date created: 29 December 1996
# Whom: jseger@scds.com
#
# $FreeBSD$
#
PORTNAME= gnugo
PORTVERSION= 3.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo
MAINTAINER= spcoltri@omcl.org
COMMENT= The game of Go
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN6= gnugo.6
post-extract:
${RM} -f ${WRKSRC}/doc/gnugo.info*
.include <bsd.port.mk>