diff options
author | rh <rh@pkgsrc.org> | 2001-10-06 14:30:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-10-06 14:30:05 +0000 |
commit | faef83acd7c856928dbb77305567dc46c8bfa59e (patch) | |
tree | 78b484b91aee19aed3b8139918a25833b7b23641 /www/glibwww/Makefile | |
parent | 6ff926e635bee262a383ad1b35a845bd4c12b4da (diff) | |
download | pkgsrc-faef83acd7c856928dbb77305567dc46c8bfa59e.tar.gz |
Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>
Diffstat (limited to 'www/glibwww/Makefile')
-rw-r--r-- | www/glibwww/Makefile | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile index 43eb4919138..75a0ddf3920 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -1,20 +1,24 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:22:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/06 14:30:05 rh Exp $ # -DISTNAME= glibwww-0.2 -CATEGORIES= www gnome devel -MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/glibwww/} +DISTNAME= glibwww-0.2 +CATEGORIES= www gnome devel +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/glibwww/} -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.gnome.org/ -COMMENT= event register/unregister functions that use the glib event loop +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= event register functions that use the glib event loop -DEPENDS+= libwww>=5.2.8:../../www/libwww -DEPENDS+= gnome-libs>=1.2.3:../../x11/gnome-libs +BUILDLINK_DEPENDS.gnome-libs= gnome-libs>=1.2.3 +BUILDLINK_DEPENDS.libwww= libwww>=5.2.8 -GNU_CONFIGURE= YES -USE_LIBTOOL= YES +USE_BUILDLINK_ONLY= YES + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../www/libwww/buildlink.mk" +.include "../../x11/gnome-libs/buildlink.mk" .include "../../mk/bsd.pkg.mk" |