29 lines
536 B
Makefile
29 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.28 2013/11/09 23:19:03 naddy Exp $
|
|
|
|
COMMENT = GNU version of Go
|
|
|
|
DISTNAME = gnugo-3.8
|
|
REVISION = 0
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = https://www.gnu.org/software/gnugo/
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c m ncurses
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=gnugo/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
USE_GROFF = Yes
|
|
|
|
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>
|