summaryrefslogtreecommitdiff
path: root/graphics/wxsvg/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-08-11 18:57:07 +0000
committerdrochner <drochner@pkgsrc.org>2009-08-11 18:57:07 +0000
commit0bea781f235dff2eba1849455c6a8e28df34566e (patch)
tree8c0574cceb99d2811aa46b7baaecfc175b055795 /graphics/wxsvg/Makefile
parent7ac5a2ef25e84f48e2bfbf7a6de91adf99d24bcd (diff)
downloadpkgsrc-0bea781f235dff2eba1849455c6a8e28df34566e.tar.gz
update to 1.0
changes: -added support of svg gradients -implemented GetResultBBox() (SVG1.2) -added parameter coordinates (wxSVG_COORDINATES) to GetBBox() -implemented baseline -some other small changes and bug fixes
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r--graphics/wxsvg/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index d8b533571d1..587a69f064a 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2009/08/10 16:57:43 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/11 18:57:07 drochner Exp $
#
-DISTNAME= wxsvg-1.0b6
-PKGNAME= ${DISTNAME:S/b/beta/}
-PKGREVISION= 2
+DISTNAME= wxsvg-1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wxsvg.sourceforge.net/
@@ -16,9 +15,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config autoconf automake
+
+pre-configure:
+ (cd ${WRKSRC} && ./autogen.sh)
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
+.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"