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