mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23ac2035b9
I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
36 lines
886 B
Makefile
36 lines
886 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= amdmi3@amdmi3.ru
|
|
COMMENT= Internet Go Server client and game editor
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= autoconf:253
|
|
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>
|