Update games/hexalate to version 1.1.6
[dports.git] / games / gnugo / Makefile
1 # Created by: jseger@scds.com
2 # $FreeBSD$
3
4 PORTNAME=       gnugo
5 PORTVERSION=    3.8
6 PORTREVISION=   1
7 CATEGORIES=     games
8 MASTER_SITES=   GNU
9
10 MAINTAINER=     spcoltri@omcl.org
11 COMMENT=        The game of Go
12
13 GNU_CONFIGURE=  yes
14 USES=           gmake
15
16 INFO=           gnugo
17 PLIST_FILES=    bin/gnugo \
18                 man/man6/gnugo.6.gz
19
20 post-extract:
21         ${RM} ${WRKSRC}/doc/gnugo.info*
22
23 .include <bsd.port.mk>