summaryrefslogtreecommitdiff
path: root/graphics/lasem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/lasem/Makefile')
-rw-r--r--graphics/lasem/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/lasem/Makefile b/graphics/lasem/Makefile
new file mode 100644
index 00000000000..baf056fefe5
--- /dev/null
+++ b/graphics/lasem/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2013/03/14 18:47:29 drochner Exp $
+#
+
+DISTNAME= lasem-0.4.1
+CATEGORIES= graphics gnome
+MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/lasem/0.4/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc.gnome@gmail.com
+HOMEPAGE= https://live.gnome.org/Lasem
+COMMENT= Lasem is a library for rendering SVG and Mathml
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config bison intltool flex gmake
+TEST_TARGET= check
+
+PKGCONFIG_OVERRIDE+= lasem.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pango+= pango>=1.6.0
+.include "../../devel/pango/buildlink3.mk"
+BUILDLINK_API_DEPENDS.cairo+= cairo>=1.0.0nb2
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"