aboutsummaryrefslogtreecommitdiff
path: root/games/gnugo/Makefile
blob: e4fb6571046306135d171d682e254a57e51a6a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	gnugo
PORTVERSION=	3.8
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	GNU

MAINTAINER=	spcoltri@omcl.org
COMMENT=	The game of Go
WWW=		https://www.gnu.org/software/gnugo/

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		gmake

INFO=		gnugo
PLIST_FILES=	bin/gnugo \
		share/man/man6/gnugo.6.gz

post-extract:
	${RM} ${WRKSRC}/doc/gnugo.info*

.include <bsd.port.mk>