diff options
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" |