freebsd-ports/games/cgoban/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

37 lines
906 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
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cgoban1
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet Go Server client and game editor
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:253
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
MAN6= cgoban.6
PLIST_FILES= bin/cgoban
post-patch:
${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/cgoban ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${MANPREFIX}/man/man6
.include <bsd.port.mk>