summaryrefslogtreecommitdiff
path: root/graphics/inkscape/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-10-15 03:11:49 +0000
committerreed <reed@pkgsrc.org>2004-10-15 03:11:49 +0000
commit3278bd2e30949885ed91fdf4e0c48ea555f68ff7 (patch)
tree9d91da43bd76f50864858ff9e3a8517c93a5a219 /graphics/inkscape/Makefile
parent7e1bf196a6fac1f1f6f53d00acb8472c3bbb3392 (diff)
downloadpkgsrc-3278bd2e30949885ed91fdf4e0c48ea555f68ff7.tar.gz
Import of inkscape-0.39nb1
It is a Scalable Vector Graphics (SVG) editor. This is from pkgsrc-wip.
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r--graphics/inkscape/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
new file mode 100644
index 00000000000..694d074ad3f
--- /dev/null
+++ b/graphics/inkscape/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/15 03:11:49 reed Exp $
+#
+
+DISTNAME= inkscape-0.39
+PKGREVISION= 1
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://www.inkscape.org/
+COMMENT= Scalable Vector Graphics (SVG) editor
+
+.if ! exists (/usr/bin/iconv)
+BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
+.endif
+
+GCC_REQD= 3.0
+USE_LANGUAGES= c c++
+USE_BUILDLINK3= yes
+USE_DIRS+= xdg-1.1
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../graphics/libart2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libsigc++/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../x11/gtkmm/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"