diff options
author | jlam <jlam> | 2001-10-23 05:46:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-23 05:46:23 +0000 |
commit | f6c1427f3879f052484e7e912e7aec2f8d1032e8 (patch) | |
tree | 5e94aac4dc6ba33fa9adc866adde07eeedd08110 /games | |
parent | d549558c5e6372a7d26c77542bee4d15c1e5b94d (diff) | |
download | pkgsrc-f6c1427f3879f052484e7e912e7aec2f8d1032e8.tar.gz |
Strongly-buildlinkify.
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 19 |
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" |