f425d99e52
These haven't been used by this since 2004. (So now gimp via librsvg doesn't depend on gnome.) Also update to 0.6.2 version. ChangeLog at http://mail.gnome.org/archives/libcroco-list/2009-February/msg00000.html Improve DESCR while here too.
26 lines
691 B
Makefile
26 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.36 2009/02/20 20:02:30 reed Exp $
|
|
#
|
|
|
|
DISTNAME= libcroco-0.6.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.6/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freespiders.org/projects/libcroco/
|
|
COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libcroco-0.6.pc
|
|
|
|
CONFIGURE_ARGS+= --enable-seleng=yes
|
|
CONFIGURE_ARGS+= --enable-layeng=yes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|