mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
09504debc2
Noticed by: kris@+benta
25 lines
478 B
Makefile
25 lines
478 B
Makefile
# New ports collection makefile for: cgoban
|
|
# Date created: 28 October 1996
|
|
# Whom: simonm@dcs.gla.ac.uk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cgoban
|
|
PORTVERSION= 1.9.14
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cgoban1
|
|
|
|
MAINTAINER= simonm@dcs.gla.ac.uk
|
|
COMMENT= Internet Go Server client and game editor
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOMAKE= yes
|
|
ALL_TARGET=
|
|
MAN6= cgoban.6
|
|
|
|
.include <bsd.port.mk>
|