36 lines
878 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.60 2016/03/09 18:31:36 jasper Exp $
COMMENT= perl-compatible regular expression library
2000-06-20 18:54:51 +00:00
2015-11-25 09:37:00 +00:00
DISTNAME= pcre-8.38
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
MASTER_SITES= http://ftp.csx.cam.ac.uk/pub/software/programming/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
2000-06-20 18:54:51 +00:00
PERMIT_PACKAGE_CDROM= Yes
2010-07-02 10:32:55 +00:00
WANTLIB += c curses m readline stdc++
2000-06-20 18:54:51 +00:00
2004-01-14 17:21:52 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--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>