34 lines
948 B
Makefile
34 lines
948 B
Makefile
# $NetBSD: Makefile,v 1.33 2006/02/05 23:09:39 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= sodipodi-0.34
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://www.sodipodi.com/
|
|
COMMENT= Open source vector graphics drawing program using SVG as native format
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= 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/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|