openbsd-ports/devel/pcre/Makefile
jasper cb603401fc - update pcre to 7.4
with and ok wilfried@
2007-10-24 22:28:10 +00:00

34 lines
676 B
Makefile

# $OpenBSD: Makefile,v 1.23 2007/10/24 22:28:10 jasper Exp $
COMMENT= perl-compatible regular expression library
DISTNAME= pcre-7.4
SHARED_LIBS= pcre 2.0 \
pcrecpp 3.0 \
pcreposix 1.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
HOMEPAGE= http://www.pcre.org/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-utf8 \
--enable-unicode-properties
.include <bsd.port.mk>