mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
eabbfd75e3
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
23 lines
333 B
Makefile
23 lines
333 B
Makefile
# Created by: jseger@scds.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnugo
|
|
PORTVERSION= 3.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= GNU
|
|
|
|
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} ${WRKSRC}/doc/gnugo.info*
|
|
|
|
.include <bsd.port.mk>
|