39 lines
747 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.33 2010/05/21 14:53:49 jasper Exp $
COMMENT= perl-compatible regular expression library
2000-06-20 18:54:51 +00:00
DISTNAME= pcre-8.02
2007-06-13 07:19:06 +00:00
2009-05-06 19:28:54 +00:00
SHARED_LIBS= pcre 2.3 \
pcrecpp 3.2 \
pcreposix 1.5
CATEGORIES= devel
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
HOMEPAGE= http://www.pcre.org/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-06-20 18:54:51 +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
2004-11-24 00:11:03 +00:00
WANTLIB= c
2000-06-20 18:54:51 +00:00
2007-06-13 07:19:06 +00:00
USE_LIBTOOL= Yes
2004-01-14 17:21:52 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-utf8 \
--enable-unicode-properties
2000-06-20 18:54:51 +00:00
2008-02-20 07:42:32 +00:00
# XXX compiler bugs
.if ${MACHINE_ARCH} == "vax"
2008-02-20 07:42:32 +00:00
CFLAGS+= -O0
.endif
2000-06-20 18:54:51 +00:00
.include <bsd.port.mk>