31 lines
606 B
Makefile
Raw Normal View History

2010-10-18 18:00:15 +00:00
# $OpenBSD: Makefile,v 1.26 2010/10/18 18:00:18 espie Exp $
2010-01-03 23:50:31 +00:00
COMMENT = GNU version of Go
1998-05-20 03:33:35 +00:00
2010-01-03 23:50:31 +00:00
DISTNAME = gnugo-3.8
CATEGORIES = games
1998-05-20 03:33:35 +00:00
2010-01-03 23:50:31 +00:00
HOMEPAGE = http://www.gnu.org/software/gnugo/
2010-01-03 23:50:31 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2000-02-12 08:02:07 +00:00
2010-01-03 23:50:31 +00:00
WANTLIB = c m ncurses
2007-12-03 23:55:27 +00:00
2010-01-03 23:50:31 +00:00
MASTER_SITES = ${MASTER_SITE_GNU:=gnugo/}
2007-12-03 23:55:27 +00:00
2010-01-03 23:50:31 +00:00
CONFIGURE_STYLE = gnu
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
1998-05-20 03:33:35 +00:00
2003-09-23 07:35:57 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/gnugo
${INSTALL_DATA} ${WRKSRC}/interface/gnugo.el \
${PREFIX}/share/gnugo
2003-09-23 16:44:06 +00:00
do-regress:
cd ${WRKSRC}/regression && ${MAKE} all_batches
1998-05-20 03:33:35 +00:00
.include <bsd.port.mk>