summaryrefslogtreecommitdiff
path: root/games/cgoban/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-19 14:43:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-19 14:43:19 +0000
commitd3105b7ed0b07ec6ab5cc8529dedc6ba078ffcfb (patch)
treed65868ea803eed61316ae1703b5c03a87645d10a /games/cgoban/Makefile
parento Update to > 0.5a (diff)
- Fix build and unbreak
PR: 59463 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=94369
Diffstat (limited to 'games/cgoban/Makefile')
-rw-r--r--games/cgoban/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile
index a568c3f415d9..471d889299b7 100644
--- a/games/cgoban/Makefile
+++ b/games/cgoban/Makefile
@@ -14,13 +14,17 @@ MASTER_SITE_SUBDIR= cgoban1
MAINTAINER= ports@FreeBSD.org
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=
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 253
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+ AUTOHEADER="${TRUE}"
+
MAN6= cgoban.6
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/cgoban ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${MANPREFIX}/man/man6
+
.include <bsd.port.mk>