1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/games/gnugo/Makefile

26 lines
411 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnugo
# Date created: 29 December 1996
# Whom: jseger@scds.com
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= gnugo
PORTVERSION= 3.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo
MAINTAINER= spcoltri@omcl.org
2003-02-21 12:06:51 +00:00
COMMENT= The game of Go
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN6= gnugo.6
post-extract:
${RM} -f ${WRKSRC}/doc/gnugo.info*
.include <bsd.port.mk>