2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.72 2019/07/12 20:45:15 sthen Exp $
|
2001-03-24 19:55:27 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= perl-compatible regular expression library
|
2000-06-20 18:54:51 +00:00
|
|
|
|
2017-10-22 08:21:35 +00:00
|
|
|
DISTNAME= pcre-8.41
|
2018-11-24 11:20:08 +00:00
|
|
|
REVISION= 2
|
2015-06-09 15:05:40 +00:00
|
|
|
|
2012-02-17 08:32:34 +00:00
|
|
|
SHARED_LIBS += pcre 3.0 # 0.1
|
|
|
|
SHARED_LIBS += pcre16 0.0 # 0.0
|
2011-03-07 19:16:38 +00:00
|
|
|
SHARED_LIBS += pcreposix 1.5 # 0.0
|
|
|
|
SHARED_LIBS += pcrecpp 3.3 # 0.0
|
2005-12-23 14:38:31 +00:00
|
|
|
|
2001-03-05 16:02:33 +00:00
|
|
|
CATEGORIES= devel
|
2012-09-26 15:04:09 +00:00
|
|
|
DPB_PROPERTIES= parallel
|
2001-03-24 19:55:27 +00:00
|
|
|
|
2017-05-31 20:16:49 +00:00
|
|
|
MASTER_SITES= https://ftp.pcre.org/pub/pcre/ \
|
2015-11-25 16:49:35 +00:00
|
|
|
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
2000-06-20 18:54:51 +00:00
|
|
|
|
2001-03-05 16:02:33 +00:00
|
|
|
HOMEPAGE= http://www.pcre.org/
|
|
|
|
|
2011-12-14 21:52:42 +00:00
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
2000-06-20 18:54:51 +00:00
|
|
|
|
2005-12-07 20:11:49 +00:00
|
|
|
# BSD
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-07-02 10:32:55 +00:00
|
|
|
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += c curses m readline ${COMPILER_LIBCXX}
|
2000-06-20 18:54:51 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2004-01-14 17:21:52 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2016-03-11 20:28:21 +00:00
|
|
|
CONFIGURE_ARGS= --enable-pcre8 \
|
2012-02-17 08:32:34 +00:00
|
|
|
--enable-pcre16 \
|
|
|
|
--enable-utf \
|
2014-07-08 08:30:24 +00:00
|
|
|
--enable-unicode-properties \
|
|
|
|
--enable-pcretest-libreadline
|
2000-06-20 18:54:51 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|