diff options
author | jlam <jlam> | 2004-01-05 11:42:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 11:42:20 +0000 |
commit | 0eca5e840ad0de089687579397a187cd3e78eacc (patch) | |
tree | be56ee37627e1fc778cfd9afe479c60f26d2397a /devel/zlib | |
parent | 30b39faca823825b2ec82513aa507130d188a5c7 (diff) | |
download | pkgsrc-0eca5e840ad0de089687579397a187cd3e78eacc.tar.gz |
bl3ify
Diffstat (limited to 'devel/zlib')
-rw-r--r-- | devel/zlib/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
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} |