38 lines
888 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.72 2019/07/12 20:45:15 sthen Exp $
COMMENT= perl-compatible regular expression library
2000-06-20 18:54:51 +00:00
DISTNAME= pcre-8.41
REVISION= 2
SHARED_LIBS += pcre 3.0 # 0.1
SHARED_LIBS += pcre16 0.0 # 0.0
SHARED_LIBS += pcreposix 1.5 # 0.0
SHARED_LIBS += pcrecpp 3.3 # 0.0
CATEGORIES= devel
DPB_PROPERTIES= parallel
2017-05-31 20:16:49 +00:00
MASTER_SITES= https://ftp.pcre.org/pub/pcre/ \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
2000-06-20 18:54:51 +00:00
HOMEPAGE= http://www.pcre.org/
MAINTAINER= Robert Nagy <robert@openbsd.org>
2000-06-20 18:54:51 +00:00
# BSD
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
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 \
--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>