mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
e19ecc06a2
Submitted by: Steve Coltrin <spcoltri@code.cs.unm.edu> PR: ports/13713
23 lines
366 B
Makefile
23 lines
366 B
Makefile
# New ports collection makefile for: gnugo
|
|
# Version required: 2.4
|
|
# Date created: 29 December 1996
|
|
# Whom: jseger@scds.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gnugo-2.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gnugo
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN6= gnugo.6
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|