aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnugo/Makefile
blob: e32bc94337228dac21b64a59b565128e283e0ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>