2006-07-05 07:37:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2006/07/05 05:37:42 jlam Exp $
|
2004-10-15 05:11:49 +02:00
|
|
|
|
2006-07-04 17:46:34 +02:00
|
|
|
DISTNAME= inkscape-0.44
|
2005-07-23 01:11:06 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2004-10-15 05:11:49 +02:00
|
|
|
|
2005-07-23 01:11:06 +02:00
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
|
|
HOMEPAGE= http://www.inkscape.org/
|
|
|
|
COMMENT= Scalable Vector Graphics (SVG) editor
|
2004-10-15 05:11:49 +02:00
|
|
|
|
Changes 0.42:
* Flowed text: text objects that automatically reflow in any shape (not
only rectangle).
* Text selection: finally you can shift+arrow or drag over part of a
text and apply any style to the selected span.
* Gradient tool: a completely redesigned and much easier to use gradient
interface, with gradient handles displayed right on canvas.
* Effects are now usable from within Inkscape on all platforms; this
version ships with a collection of effects including path
interpolation, randomization, and various fractal algorithms.
* Color swatches: a standard facility in most graphic software, now in
Inkscape too.
* Colored clones: clones can now be painted differently from their
original.
* Tile tracing: the Tile Clones dialog can trace the existing image with
the tiling, producing a multitude of exciting effects.
* Grid arrange, baseline align, unclumping: new powerful ways to arrange
objects.
* Better PS/EPS export: gradient support, better text handling, a
command line option for batch export.
* Command line SVG analysis: use Inkscape from the command line to query
coordinates and dimensions of objects in an SVG file.
* Better SVG/CSS compliance: notably, internal CSS stylesheets are now
supported (read-only).
* OS X support: In addition to Linux and Windows, Inkscape 0.42 is
available as a fully self-contained dmg package for Mac OS X.
2005-07-28 15:52:10 +02:00
|
|
|
.if !exists (/usr/bin/iconv)
|
2004-10-15 05:11:49 +02:00
|
|
|
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
|
|
|
|
.endif
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
GCC_REQD+= 3.0
|
2004-10-15 05:11:49 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
2005-07-23 01:11:06 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2004-10-15 05:11:49 +02:00
|
|
|
USE_LIBTOOL= yes
|
2005-07-23 01:11:06 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2005-07-23 01:11:06 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-15 05:11:49 +02:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=6.4
|
Changes 0.42:
* Flowed text: text objects that automatically reflow in any shape (not
only rectangle).
* Text selection: finally you can shift+arrow or drag over part of a
text and apply any style to the selected span.
* Gradient tool: a completely redesigned and much easier to use gradient
interface, with gradient handles displayed right on canvas.
* Effects are now usable from within Inkscape on all platforms; this
version ships with a collection of effects including path
interpolation, randomization, and various fractal algorithms.
* Color swatches: a standard facility in most graphic software, now in
Inkscape too.
* Colored clones: clones can now be painted differently from their
original.
* Tile tracing: the Tile Clones dialog can trace the existing image with
the tiling, producing a multitude of exciting effects.
* Grid arrange, baseline align, unclumping: new powerful ways to arrange
objects.
* Better PS/EPS export: gradient support, better text handling, a
command line option for batch export.
* Command line SVG analysis: use Inkscape from the command line to query
coordinates and dimensions of objects in an SVG file.
* Better SVG/CSS compliance: notably, internal CSS stylesheets are now
supported (read-only).
* OS X support: In addition to Linux and Windows, Inkscape 0.42 is
available as a fully self-contained dmg package for Mac OS X.
2005-07-28 15:52:10 +02:00
|
|
|
|
2005-01-12 21:54:52 +01:00
|
|
|
.include "../../devel/boehm-gc/buildlink3.mk"
|
2004-10-15 05:11:49 +02:00
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
2006-07-04 17:46:34 +02:00
|
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
2004-11-29 16:14:48 +01:00
|
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
2004-10-15 05:11:49 +02:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
Changes 0.42:
* Flowed text: text objects that automatically reflow in any shape (not
only rectangle).
* Text selection: finally you can shift+arrow or drag over part of a
text and apply any style to the selected span.
* Gradient tool: a completely redesigned and much easier to use gradient
interface, with gradient handles displayed right on canvas.
* Effects are now usable from within Inkscape on all platforms; this
version ships with a collection of effects including path
interpolation, randomization, and various fractal algorithms.
* Color swatches: a standard facility in most graphic software, now in
Inkscape too.
* Colored clones: clones can now be painted differently from their
original.
* Tile tracing: the Tile Clones dialog can trace the existing image with
the tiling, producing a multitude of exciting effects.
* Grid arrange, baseline align, unclumping: new powerful ways to arrange
objects.
* Better PS/EPS export: gradient support, better text handling, a
command line option for batch export.
* Command line SVG analysis: use Inkscape from the command line to query
coordinates and dimensions of objects in an SVG file.
* Better SVG/CSS compliance: notably, internal CSS stylesheets are now
supported (read-only).
* OS X support: In addition to Linux and Windows, Inkscape 0.42 is
available as a fully self-contained dmg package for Mac OS X.
2005-07-28 15:52:10 +02:00
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
2004-11-29 16:14:48 +01:00
|
|
|
.include "../../textproc/gtkspell/buildlink3.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2005-05-10 20:38:15 +02:00
|
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
2005-07-23 01:11:06 +02:00
|
|
|
.include "../../x11/gtkmm/buildlink3.mk"
|
2004-10-15 05:11:49 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|