0.6.13 * Visual Studio builds: Enhance security of x64 binaries * win32/replace.py: Fix replacing items in files with UTF-8 content * tknzr: support only max long rgb values * input: check end of input before reading a byte 0.6.12 * Add support for Visual Studio 2017 (Chun-wei Fan) * Misc bug fixes 0.6.11 * Fix regression in cr_tknzr_consume_chars (Florian Müllner) * Misc bug fixes 0.6.10 * Misc bug fixes 0.6.9 * Added Visual Studio projects (Chun-wei Fan) * Lots of warnings fixed (Руслан Ижбулатов) * Improve build system (Nuno Araujo, Ignacio Casal Quinteiro) * Misc bug fixes
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.56 2019/09/16 13:25:21 nia Exp $
|
|
|
|
DISTNAME= libcroco-0.6.13
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.6/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/GNOME/libcroco
|
|
COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets)
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libcroco-0.6.pc
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|