2007-09-21 15:03:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.37 2007/09/21 13:03:55 wiz Exp $
|
2001-08-10 08:36:09 +02:00
|
|
|
#
|
|
|
|
|
2004-03-28 23:02:55 +02:00
|
|
|
DISTNAME= sodipodi-0.34
|
2007-09-21 15:03:25 +02:00
|
|
|
PKGREVISION= 5
|
2001-08-10 08:36:09 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= manu@NetBSD.org
|
2005-06-27 23:14:40 +02:00
|
|
|
HOMEPAGE= http://www.sodipodi.com/
|
2001-08-10 08:36:09 +02:00
|
|
|
COMMENT= Open source vector graphics drawing program using SVG as native format
|
|
|
|
|
2002-01-03 15:20:39 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2002-12-01 14:49:38 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2006-07-11 12:21:16 +02:00
|
|
|
USE_TOOLS+= gmake msgfmt perl pkg-config
|
2002-01-03 15:20:39 +01:00
|
|
|
USE_LIBTOOL= YES
|
2003-12-18 05:14:05 +01:00
|
|
|
|
|
|
|
REPLACE_PERL= extensions/*.pl
|
2001-08-10 08:36:09 +02:00
|
|
|
|
2003-03-13 15:33:20 +01:00
|
|
|
# force usage of Xft
|
|
|
|
CONFIGURE_ARGS+= --with-xft
|
2003-12-18 05:14:05 +01:00
|
|
|
CONFIGURE_ARGS+= --without-gnome-print
|
2003-03-13 15:33:20 +01:00
|
|
|
# needed by configure script for Xft detection
|
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.freetype2}/include/freetype2
|
|
|
|
|
2002-10-08 01:47:50 +02:00
|
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
2001-08-10 08:36:09 +02:00
|
|
|
|
2004-03-28 23:02:55 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../graphics/libart/buildlink3.mk"
|
2004-03-28 23:02:55 +02:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2001-08-10 08:36:09 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|