From 0eca5e840ad0de089687579397a187cd3e78eacc Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 5 Jan 2004 11:42:20 +0000 Subject: bl3ify --- devel/zlib/Makefile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'devel/zlib') diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index 1be638cb45a..3fdf32ccf26 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/07/17 21:34:17 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/05 11:44:01 jlam Exp $ DISTNAME= zlib-1.1.4 PKGREVISION= 1 @@ -12,19 +12,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gzip.org/zlib/ COMMENT= General purpose data compression library -BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base +PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined +USE_LIBTOOL= # defined HAS_CONFIGURE= # defined -NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # in base NetBSD system - -# To avoid circular dependences we must not use "USE_LIBTOOL" but -# depend on the "libtool-base" package manually. -# -LIBTOOL= ${LOCALBASE}/bin/libtool -PKGLIBTOOL= ${BUILDLINK_LIBTOOL} -CONFIGURE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" -MAKE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" +INSTALLATION_DIRS= include lib post-extract: ${CP} ${FILESDIR}/lt.mk ${WRKSRC} -- cgit v1.2.3