openbsd-ports/devel/pcre/Makefile
2010-10-18 17:47:50 +00:00

42 lines
807 B
Makefile

# $OpenBSD: Makefile,v 1.36 2010/10/18 17:48:12 espie Exp $
COMMENT= perl-compatible regular expression library
DISTNAME= pcre-8.02
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= pcre 2.3 \
pcrecpp 3.2 \
pcreposix 1.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
HOMEPAGE= http://www.pcre.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-utf8 \
--enable-unicode-properties
# XXX compiler bugs
.if ${MACHINE_ARCH} == "vax"
CFLAGS+= -O0
.endif
.include <bsd.port.mk>