freebsd-ports/games/gnugo/Makefile
FUJISHIMA Satsuki 01b6ecbb3e o update to 3.0.0.
o pass maintainership over to submitter.

PR:		30067
Submitted by:	Steve Coltrin <spcoltri@omcl.org>

o unify info files.
o remove useless MANCOMPRESSED.
2001-09-22 21:30:34 +00:00

25 lines
389 B
Makefile

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