summaryrefslogtreecommitdiff
path: root/graphics/sodipodi/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2001-08-10 06:36:09 +0000
committermanu <manu@pkgsrc.org>2001-08-10 06:36:09 +0000
commitd543d8b090f9597f1e20d34adb775ba990b0de3c (patch)
tree63366af5a2b07c56ebd4c8301346d568e6262db1 /graphics/sodipodi/Makefile
parent175359bf8b575e0b9c4aa3e5c4617d60b2bfce44 (diff)
downloadpkgsrc-d543d8b090f9597f1e20d34adb775ba990b0de3c.tar.gz
Open source vector graphics drawing program using SVG as native format
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r--graphics/sodipodi/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
new file mode 100644
index 00000000000..fc24c1a0570
--- /dev/null
+++ b/graphics/sodipodi/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 06:36:09 manu Exp $
+#
+
+DISTNAME= sodipodi-0.23
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
+
+MAINTAINER= manu@netbsd.org
+HOMEPAGE= http://www.gnome.org/gnome-office/sodipodi.shtml
+COMMENT= Open source vector graphics drawing program using SVG as native format
+
+DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs
+DEPENDS+= gnome-print>=0.28:../../print/gnome-print
+DEPENDS+= bonobo>=1.0.4:../../devel/bonobo
+DEPENDS+= libxml>=1.8.11:../../textproc/libxml
+DEPENDS+= gtk+>=1.2.8:../../x11/gtk
+DEPENDS+= pth>=1.3.7:../../devel/pth
+DEPENDS+= xpm>=3.4k:../../graphics/xpm
+DEPENDS+= ORBit>=0.5.8:../../net/ORBit
+DEPENDS+= gal>=0.7:../../devel/gal
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+USE_LIBINTL= YES
+
+.include "../../mk/bsd.pkg.mk"