pkgsrc/graphics/sodipodi/Makefile

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2004/01/24 15:46:44 grant Exp $
#
DISTNAME= sodipodi-0.33
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://www.gnome.org/gnome-office/sodipodi.shtml
COMMENT= Open source vector graphics drawing program using SVG as native format
DEPENDS+= gnome2-dirs>=1.0:../../misc/gnome2-dirs
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_X11= YES
REPLACE_PERL= extensions/*.pl
# force usage of Xft
CONFIGURE_ARGS+= --with-xft
CONFIGURE_ARGS+= --without-gnome-print
# needed by configure script for Xft detection
CPPFLAGS+= -I${BUILDLINK_PREFIX.freetype2}/include/freetype2
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
.include "../../graphics/libart2/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"