blob: b8a9c6b81e2107c1d2f7b0f1954c36050481a821 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
BROKEN= Does not compile, will be removed after Feb 2
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_AUTOMAKE= yes
ALL_TARGET=
MAN6= cgoban.6
.include <bsd.port.mk>
|