diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-24 03:42:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-24 03:42:28 +0000 |
commit | 8bb70862b58f01311654e1aa7e5df70e62d2bff0 (patch) | |
tree | a98cd1c7e3aeecdf8aefbffd8653bbd82bd9f389 /graphics/wxsvg/Makefile | |
parent | ae047150085a2f10e09c0884d475bc688d1945d4 (diff) | |
download | pkgsrc-8bb70862b58f01311654e1aa7e5df70e62d2bff0.tar.gz |
Initial import of wxsvg-1.0beta5.
wxSVG is C++ library to create, manipulate and render SVG files.
Some python bindings and tools are also planned.
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r-- | graphics/wxsvg/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile new file mode 100644 index 00000000000..46a4f150f79 --- /dev/null +++ b/graphics/wxsvg/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/24 03:42:28 xtraeme Exp $ +# + +DISTNAME= wxsvg-1.0b5 +PKGNAME= ${DISTNAME:S/b/beta/} +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://wxsvg.sourceforge.net/ +COMMENT= C++ library to create, manipulate and render SVG files + +GNU_CONFIGURE= yes +USE_LANGUAGES+= c++ +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +.include "../../fonts/fontconfig/buildlink3.mk" +.include "../../graphics/libart2/buildlink3.mk" +.include "../../x11/wxGTK/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |