aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnugo/Makefile
blob: 171c11b27e3ed9e0a168efc6212c16de754d056d (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
24
25
26
27
28
# New ports collection makefile for:    gnugo
# Date created:     29 December 1996
# Whom:         jseger@scds.com
#
# $FreeBSD$
#

PORTNAME=   gnugo
PORTVERSION=    3.6
PORTREVISION=   0
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo

MAINTAINER= spcoltri@omcl.org
COMMENT=    The game of Go

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

INFO=       gnugo
MAN6=       gnugo.6
PLIST_FILES=    bin/gnugo

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

.include <bsd.port.mk>