summaryrefslogtreecommitdiff
path: root/games/xboard
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-23 05:46:23 +0000
committerjlam <jlam@pkgsrc.org>2001-10-23 05:46:23 +0000
commit6e7eb724d31baae01c299b9a5d20c16ef8292fcc (patch)
tree5e94aac4dc6ba33fa9adc866adde07eeedd08110 /games/xboard
parentb25ca2e1e4618fb06651fd7fddaa361ea68e24fb (diff)
downloadpkgsrc-6e7eb724d31baae01c299b9a5d20c16ef8292fcc.tar.gz
Strongly-buildlinkify.
Diffstat (limited to 'games/xboard')
-rw-r--r--games/xboard/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index ed72279386e..6b10c5a8300 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.11 2001/08/23 04:26:53 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2001/10/23 05:46:23 jlam Exp $
DISTNAME= xboard-4.2.3
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_GNU:=xboard/} \
- http://www.research.compaq.com/SRC/personal/mann/xboard/
+MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
MAINTAINER= simonb@NetBSD.ORG
-HOMEPAGE= http://www.research.compaq.com/SRC/personal/mann/xboard.html
-COMMENT= graphical frontend for GNU Chess, Crafty, ICS or e-mail chess
-
-USE_PERL5= # defined
-USE_X11= # defined
+HOMEPAGE= http://www.tim-mann.org/xboard.html
+COMMENT= graphical frontend for chess engines and servers
INFO_FILES= xboard.info
-GNU_CONFIGURE= # defined
+USE_BUILDLINK_ONLY= YES
+USE_PERL5= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-xpm
-CONFIGURE_ARGS+= --enable-zippy # interface to ICS
+CONFIGURE_ARGS+= --enable-zippy # interface to ICS
.include "../../mk/bsd.prefs.mk"
@@ -26,4 +24,5 @@ CONFIGURE_ARGS+= --with-Xaw3d
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/xaw.buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"