1997-01-13 08:34:13 +01:00
|
|
|
# New ports collection makefile for: cgoban
|
|
|
|
# Date created: 28 October 1996
|
|
|
|
# Whom: simonm@dcs.gla.ac.uk
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1997-01-13 08:34:13 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:45:49 +02:00
|
|
|
PORTNAME= cgoban
|
2003-09-08 14:33:47 +02:00
|
|
|
PORTVERSION= 1.9.14
|
1997-01-13 08:34:13 +01:00
|
|
|
CATEGORIES= games
|
2003-09-08 14:33:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= cgoban1
|
1997-01-13 08:34:13 +01:00
|
|
|
|
2003-11-16 21:51:10 +01:00
|
|
|
MAINTAINER= simonmar@microsoft.com
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Internet Go Server client and game editor
|
1997-01-13 08:34:13 +01:00
|
|
|
|
2003-11-03 04:56:42 +01:00
|
|
|
BROKEN= Does not compile, will be removed after Feb 2
|
|
|
|
|
1997-01-13 08:34:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-08 14:33:47 +02:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-09-18 13:02:18 +02:00
|
|
|
USE_AUTOMAKE= yes
|
1997-01-13 08:34:13 +01:00
|
|
|
ALL_TARGET=
|
|
|
|
MAN6= cgoban.6
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|