freebsd-ports/games/gnugo/Makefile
Roman Bogorodskiy 37b508cc69 Update to 3.6.
PR:		80729
Submitted by:	shuhei <sa264@cam.ac.uk>
Approved by:	Steve Coltrin (maintainer)
2005-05-16 17:40:36 +00:00

28 lines
463 B
Makefile

# New ports collection makefile for: gnugo
# Date created: 29 December 1996
# Whom: jseger@scds.com
#
# $FreeBSD$
#
PORTNAME= gnugo
PORTVERSION= 3.6
PORTREVISION= 0
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
INFO= gnugo
MAN6= gnugo.6
PLIST_FILES= bin/gnugo
post-extract:
${RM} -f ${WRKSRC}/doc/gnugo.info*
.include <bsd.port.mk>