openbsd-ports/devel/pcre/Makefile

41 lines
791 B
Makefile
Raw Normal View History

2010-07-02 06:32:55 -04:00
# $OpenBSD: Makefile,v 1.35 2010/07/02 10:32:55 sthen Exp $
COMMENT= perl-compatible regular expression library
2000-06-20 14:54:51 -04:00
DISTNAME= pcre-8.02
2010-07-02 06:32:55 -04:00
PKGNAME= ${DISTNAME}p1
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
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= Jasper Lievisse Adriaanse <jasper@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
2010-07-02 06:32:55 -04:00
WANTLIB= c m stdc++
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>