pkgsrc/devel/pcre/Makefile
wiz 4b8bb4357c Updated pcre to 8.39.
Release 8.39 14-June-2016
-------------------------

Some appropriate PCRE2 JIT improvements have been retro-fitted to PCRE1. Apart
from that, this is another bug-fix release. Note that this library (now called
PCRE1) is now being maintained for bug fixes only. New projects are advised to
use the new PCRE2 libraries.
2016-06-19 20:40:48 +00:00

33 lines
929 B
Makefile

# $NetBSD: Makefile,v 1.80 2016/06/19 20:40:48 wiz Exp $
DISTNAME= pcre-8.39
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pcre.org/
COMMENT= Perl Compatible Regular Expressions library
LICENSE= modified-bsd
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-pcre16
CONFIGURE_ARGS+= --enable-unicode-properties
CONFIGURE_ARGS+= --enable-utf8
SUBST_CLASSES+= rpath
SUBST_STAGE.rpath= pre-configure
SUBST_MESSAGE.rpath= Fixing rpath output in pcre-config
SUBST_FILES.rpath= pcre-config.in
SUBST_VARS.rpath= COMPILER_RPATH_FLAG
PKGCONFIG_OVERRIDE= libpcre.pc.in libpcrecpp.pc.in libpcreposix.pc.in
PKGCONFIG_OVERRIDE+= libpcre16.pc.in
# needs a stacksize of 5.5mb, default is 2mb
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"