28 lines
513 B
Makefile
28 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.31 2019/07/12 20:46:19 sthen Exp $
|
|
|
|
COMMENT = GNU version of Go
|
|
|
|
DISTNAME = gnugo-3.8
|
|
REVISION = 1
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = https://www.gnu.org/software/gnugo/
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c m curses
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=gnugo/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/gnugo
|
|
${INSTALL_DATA} ${WRKSRC}/interface/gnugo.el \
|
|
${PREFIX}/share/gnugo
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/regression && ${MAKE} all_batches
|
|
|
|
.include <bsd.port.mk>
|