1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/gnugo/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

23 lines
333 B
Makefile

# 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>