summaryrefslogtreecommitdiff
path: root/devel/pcre/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /devel/pcre/Makefile
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r--devel/pcre/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
deleted file mode 100644
index c9598e77980..00000000000
--- a/devel/pcre/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2005/10/14 09:37:46 adam Exp $
-
-DISTNAME= pcre-6.4
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
- ftp://pcre.sourceforge.net/pub/pcre/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= wiz@NetBSD.org
-HOMEPAGE= http://www.pcre.org/
-COMMENT= Perl Compatible Regular Expressions library
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-utf8
-
-PKG_CONFIG_OVERRIDE= libpcre.pc.in
-
-TEST_TARGET= test
-
-# Avoid an ICE in gcc2 on sparc64
-# use CONFIGURE_ARGS instead of the usual CONFIGURE_ENV as the latter just
-# won't work with -this- configure
-CONFIGURE_ARGS+= F77=${FALSE}
-
-.include "../../mk/bsd.pkg.mk"