summaryrefslogtreecommitdiff
path: root/devel/libglade/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-07-31 19:06:08 +0000
committerrh <rh@pkgsrc.org>1999-07-31 19:06:08 +0000
commit7998e394815681c9898d78143b652164654aad7b (patch)
treeb5a99e016b46a6e755457949db30e72474c4ccf4 /devel/libglade/Makefile
parentd492171ebc44defb39f831670c3603f3f27ea213 (diff)
downloadpkgsrc-7998e394815681c9898d78143b652164654aad7b.tar.gz
Initial import of libglade-0.2, a runtime interpreter for GLADE gui files
for GNOME.
Diffstat (limited to 'devel/libglade/Makefile')
-rw-r--r--devel/libglade/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
new file mode 100644
index 00000000000..270aa2ca978
--- /dev/null
+++ b/devel/libglade/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/31 19:06:08 rh Exp $
+#
+
+DISTNAME= libglade-0.2
+CATEGORIES= devel
+MASTER_SITES= http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/libglade/ \
+ ftp://gnomeftp.wgn.net/pub/gnome/sources/libglade/ \
+ ftp://ftp.fr.gnome.org/pub/gnome/sources/libglade/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.daa.com.au/~james/gnome/
+
+DEPENDS+= mawk-1.2.2:../../lang/mawk
+DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs
+DEPENDS+= libxml-1.4.0:../../textproc/libxml
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+
+.include "../../mk/bsd.pkg.mk"