freebsd-ports/games/gnugo/Makefile

24 lines
384 B
Makefile

# Created by: jseger@scds.com
# $FreeBSD$
PORTNAME= gnugo
PORTVERSION= 3.8
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
NO_STAGE= yes
post-extract:
${RM} -f ${WRKSRC}/doc/gnugo.info*
.include <bsd.port.mk>