1998-07-13 00:59:19 +02:00
|
|
|
# New ports collection makefile for: pcre
|
|
|
|
# Date created: 08 July 1998
|
|
|
|
# Whom: dom
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 00:59:19 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= pcre
|
2007-10-10 14:18:44 +02:00
|
|
|
PORTVERSION= 7.4
|
2000-04-11 23:30:15 +02:00
|
|
|
CATEGORIES= devel
|
2003-07-10 03:04:52 +02:00
|
|
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
|
2003-10-15 07:28:54 +02:00
|
|
|
ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
|
|
|
|
ftp://ftp.tin.org/pub/libs/%SUBDIR%/
|
2005-06-12 09:39:16 +02:00
|
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
1998-07-13 00:59:19 +02:00
|
|
|
|
2005-06-08 00:22:41 +02:00
|
|
|
MAINTAINER= krion@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl Compatible Regular Expressions library
|
1998-07-13 00:59:19 +02:00
|
|
|
|
2003-07-10 03:04:52 +02:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-11-04 09:15:09 +01:00
|
|
|
USE_LDCONFIG= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties
|
2006-12-27 11:26:40 +01:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-03-24 02:57:51 +01:00
|
|
|
|
2004-01-19 23:30:50 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= *
|
|
|
|
.endif
|
|
|
|
|
2005-06-12 09:39:16 +02:00
|
|
|
.if defined(WITH_LINK_SIZE)
|
|
|
|
CONFIGURE_ARGS+=--with-link-size=${WITH_LINK_SIZE}
|
|
|
|
.endif
|
|
|
|
|
2007-05-28 16:47:35 +02:00
|
|
|
MAN1= pcre-config.1 pcregrep.1 pcretest.1
|
2006-02-03 13:22:53 +01:00
|
|
|
MAN3= pcre.3 pcre_compile.3 pcre_compile2.3 pcre_config.3 \
|
2005-07-27 15:46:12 +02:00
|
|
|
pcre_copy_named_substring.3 pcre_copy_substring.3 \
|
|
|
|
pcre_dfa_exec.3 pcre_exec.3 pcre_free_substring.3 \
|
|
|
|
pcre_free_substring_list.3 pcre_fullinfo.3 \
|
|
|
|
pcre_get_named_substring.3 pcre_get_stringnumber.3 \
|
2006-07-07 09:58:19 +02:00
|
|
|
pcre_get_stringtable_entries.3 pcre_get_substring.3 \
|
|
|
|
pcre_get_substring_list.3 pcre_info.3 \
|
2006-02-03 13:22:53 +01:00
|
|
|
pcre_maketables.3 pcrepartial.3 pcreprecompile.3 pcre_refcount.3 \
|
|
|
|
pcre_study.3 pcre_version.3 pcreapi.3 \
|
|
|
|
pcrebuild.3 pcrecallout.3 pcrecompat.3 \
|
2005-07-27 15:46:12 +02:00
|
|
|
pcrecpp.3 pcrematching.3 pcrepattern.3 \
|
2007-10-10 14:18:44 +02:00
|
|
|
pcreperform.3 pcreposix.3 pcresample.3 pcrestack.3 \
|
|
|
|
pcresyntax.3
|
2003-07-10 03:04:52 +02:00
|
|
|
|
2007-08-27 21:59:37 +02:00
|
|
|
post-patch:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2003-07-10 03:04:52 +02:00
|
|
|
post-install:
|
2007-08-04 13:41:30 +02:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/pcregrep ${PREFIX}/bin/pcretest
|
2000-10-26 01:54:27 +02:00
|
|
|
|
1998-07-13 00:59:19 +02:00
|
|
|
.include <bsd.port.mk>
|