in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
30 lines
836 B
Makefile
30 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:19 tv Exp $
|
|
#
|
|
|
|
DISTNAME= libcroco-0.6.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.6/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.freespiders.org/projects/libcroco/
|
|
COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets)
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libcroco-0.6.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-seleng=yes
|
|
CONFIGURE_ARGS+= --enable-layeng=yes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|