pkgsrc-wip/inkscape/Makefile
Jeremy C. Reed b4144e76b1 Update to inkscape 0.39. Numerous changes. Too many to list here.
See the ChangeLog.

Use xdg-dirs.
GCC 3 is now required. And g++ is used. (Because of this,
this won't work with NetBSD 1.6.2 unless dependencies
are built with gcc 3 too.)
Depend on gtkmm and popt. And also glib2 and pango (which
probably don't matter because gtk2 depends on them.)

Add patch, because some systems do not know fpresetsticky().
Hopefully, fpsetsticky is good enough.
2004-07-20 22:12:07 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2004/07/20 22:12:07 jeremy-c-reed Exp $
#
DISTNAME= inkscape-0.39
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
.if ! exists (/usr/bin/iconv)
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.endif
GCC_REQD= 3.0
USE_LANGUAGES= c c++
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"