openbsd-ports/devel/pcre/Makefile

40 lines
766 B
Makefile
Raw Normal View History

2008-02-20 02:42:32 -05:00
# $OpenBSD: Makefile,v 1.27 2008/02/20 07:42:32 jakob Exp $
COMMENT= perl-compatible regular expression library
2000-06-20 14:54:51 -04:00
DISTNAME= pcre-7.6
PKGNAME= ${DISTNAME}
2007-06-13 03:19:06 -04:00
SHARED_LIBS= pcre 2.1 \
pcrecpp 3.1 \
pcreposix 1.3
CATEGORIES= devel
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
HOMEPAGE= http://www.pcre.org/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-06-20 14:54:51 -04: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
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
.if ${MACHINE_ARCH} == "vax"
2008-02-20 02:42:32 -05:00
CFLAGS+= -O0
.endif
2000-06-20 14:54:51 -04:00
.include <bsd.port.mk>