mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ce88b03559
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
23 lines
355 B
Makefile
23 lines
355 B
Makefile
# New ports collection makefile for: gnugo
|
|
# Date created: 29 December 1996
|
|
# Whom: jseger@scds.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnugo
|
|
PORTVERSION= 2.6
|
|
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>
|