2010-05-21 15:28:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2010/05/21 19:28:20 jasper 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
|
|
|
|
2010-05-21 10:53:49 -04:00
|
|
|
DISTNAME= pcre-8.02
|
2010-05-21 15:28:20 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2007-06-13 03:19:06 -04:00
|
|
|
|
2009-05-06 15:28:54 -04:00
|
|
|
SHARED_LIBS= pcre 2.3 \
|
|
|
|
pcrecpp 3.2 \
|
|
|
|
pcreposix 1.5
|
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/
|
|
|
|
|
2010-05-21 15:28:20 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@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>
|