2008-02-20 02:42:32 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2008/02/20 07:42:32 jakob Exp $
|
2001-03-24 14:55:27 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= perl-compatible regular expression library
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2008-02-15 05:07:11 -05:00
|
|
|
DISTNAME= pcre-7.6
|
|
|
|
PKGNAME= ${DISTNAME}
|
2007-06-13 03:19:06 -04:00
|
|
|
|
2008-01-12 18:07:19 -05:00
|
|
|
SHARED_LIBS= pcre 2.1 \
|
|
|
|
pcrecpp 3.1 \
|
|
|
|
pcreposix 1.3
|
2005-12-23 09:38:31 -05:00
|
|
|
|
2001-03-05 11:02:33 -05:00
|
|
|
CATEGORIES= devel
|
2001-03-24 14:55:27 -05:00
|
|
|
|
2004-01-14 12:21:52 -05:00
|
|
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE:=pcre/}
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2001-03-05 11:02:33 -05:00
|
|
|
HOMEPAGE= http://www.pcre.org/
|
|
|
|
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2005-12-07 15:11:49 -05:00
|
|
|
# BSD
|
2000-06-20 14:54:51 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 19:11:03 -05:00
|
|
|
WANTLIB= c
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2007-06-13 03:19:06 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2004-01-14 12:21:52 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2007-05-27 10:31:03 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-utf8 \
|
|
|
|
--enable-unicode-properties
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2008-02-20 02:42:32 -05:00
|
|
|
# XXX compiler bugs
|
2008-01-21 20:41:00 -05:00
|
|
|
.if ${MACHINE_ARCH} == "vax"
|
2008-02-20 02:42:32 -05:00
|
|
|
CFLAGS+= -O0
|
2008-01-21 20:41:00 -05:00
|
|
|
.endif
|
|
|
|
|
2000-06-20 14:54:51 -04:00
|
|
|
.include <bsd.port.mk>
|