2012-02-17 08:32:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2012/02/17 08:32:34 ajacoutot 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
|
|
|
|
2012-02-17 08:32:34 +00:00
|
|
|
DISTNAME= pcre-8.30
|
2007-06-13 07:19:06 +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
|
2001-03-24 19:55:27 +00:00
|
|
|
|
2004-01-14 17:21:52 +00:00
|
|
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE:=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
|
2000-06-20 18:54:51 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-02 10:32:55 +00:00
|
|
|
|
2012-02-17 08:32:34 +00:00
|
|
|
WANTLIB += c curses m readline stdc++
|
2000-06-20 18:54:51 +00:00
|
|
|
|
2007-06-13 07:19:06 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2010-11-15 19:45:56 +00:00
|
|
|
USE_GROFF = Yes
|
2004-01-14 17:21:52 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2007-05-27 14:31:03 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2012-02-17 08:32:34 +00:00
|
|
|
--enable-pcre8 \
|
|
|
|
--enable-pcre16 \
|
|
|
|
--enable-utf \
|
2007-05-27 14:31:03 +00:00
|
|
|
--enable-unicode-properties
|
2000-06-20 18:54:51 +00:00
|
|
|
|
2008-02-20 07:42:32 +00:00
|
|
|
# XXX compiler bugs
|
2008-01-22 01:41:00 +00:00
|
|
|
.if ${MACHINE_ARCH} == "vax"
|
2008-02-20 07:42:32 +00:00
|
|
|
CFLAGS+= -O0
|
2008-01-22 01:41:00 +00:00
|
|
|
.endif
|
|
|
|
|
2000-06-20 18:54:51 +00:00
|
|
|
.include <bsd.port.mk>
|