mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
24 lines
377 B
Makefile
24 lines
377 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
|
|
USES= gmake
|
|
|
|
INFO= gnugo
|
|
PLIST_FILES= bin/gnugo \
|
|
man/man6/gnugo.6.gz
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/doc/gnugo.info*
|
|
|
|
.include <bsd.port.mk>
|