freebsd-ports/games/gnugo/Makefile

29 lines
463 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnugo
# Date created: 29 December 1996
# Whom: jseger@scds.com
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= gnugo
PORTVERSION= 3.6
PORTREVISION= 0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo
MAINTAINER= spcoltri@omcl.org
2003-02-21 13:06:51 +01:00
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>