pkgsrc/graphics/inkscape/Makefile
adam 5579996093 Changes 0.46:
* Paintbucket tool
* Tweak tool
* 3D Box tool
* Live path effects
* Color management
* New SVG filters and UI
* Native PDF and AI import
* XAML import/export
* Open Clip Art Library integration (import/export)
* Stock patterns
* Bitmap editing extension effects
* Full on-canvas gradient editing
* Engraver's Toolbox in the Calligraphic tool
* Touch selection
* Dockable dialogs
* Command-line access to verbs
* Snapping made usable
* "3D" / axonometric grid
* Angled guidelines
* Conversion of objects to guidelines
* Significant speed and interactivity improvements
* Hundreds of smaller features and bugfixes
2008-04-07 17:08:53 +00:00

47 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2008/04/07 17:08:53 adam Exp $
DISTNAME= inkscape-0.46
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
PKG_DESTDIR_SUPPORT= user-destdir
.if !exists (/usr/bin/iconv)
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.endif
GCC_REQD+= 3.0
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MSGFMT=${TOOLS_DIR}/bin/msgfmt
CONFIGURE_ENV+= GMSGFMT=${TOOLS_DIR}/bin/msgfmt
REPLACE_PERL+= share/extensions/*.p[lm]
REPLACE_PERL+= share/extensions/svg_dropshadow
BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=6.4
UNLIMIT_RESOURCES= datasize
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"