summaryrefslogtreecommitdiff
path: root/devel/gal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r--devel/gal/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile
new file mode 100644
index 00000000000..cfdf9d0d91e
--- /dev/null
+++ b/devel/gal/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 17:12:24 rh Exp $
+#
+
+DISTNAME= gal-0.1
+CATEGORIES= gnome devel
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/}
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
+DEPENDS+= gnome-print>=0.24:../../print/gnome-print
+DEPENDS+= libglade>=0.14:../../devel/libglade
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"