mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
01b6ecbb3e
o pass maintainership over to submitter. PR: 30067 Submitted by: Steve Coltrin <spcoltri@omcl.org> o unify info files. o remove useless MANCOMPRESSED.
25 lines
389 B
Makefile
25 lines
389 B
Makefile
# New ports collection makefile for: gnugo
|
|
# Date created: 29 December 1996
|
|
# Whom: jseger@scds.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnugo
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gnugo
|
|
|
|
MAINTAINER= spcoltri@omcl.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN6= gnugo.6
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/doc/gnugo.info*
|
|
|
|
.include <bsd.port.mk>
|