summaryrefslogtreecommitdiff
path: root/archivers/liblzo/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-06-09 06:54:51 +0000
committerjlam <jlam>2000-06-09 06:54:51 +0000
commitbe4c4309bff0cd7c57ca97c809f822a65a10a986 (patch)
tree0b5af2bcb5460a905405b7e880cdabb3e553cc33 /archivers/liblzo/Makefile
parent656a6dcb92bafead20ab5b07c0417790533782ca (diff)
downloadpkgsrc-be4c4309bff0cd7c57ca97c809f822a65a10a986.tar.gz
USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.
Diffstat (limited to 'archivers/liblzo/Makefile')
-rw-r--r--archivers/liblzo/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile
index 4465343449a..d35a51f1dfd 100644
--- a/archivers/liblzo/Makefile
+++ b/archivers/liblzo/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:13 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/09 06:54:51 jlam Exp $
#
-DISTNAME= lzo-1.06
-PKGNAME= liblzo-1.06
-CATEGORIES= archivers
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \
- ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \
- ftp://metalab.unc.edu/pub/Linux/libs/compression/ \
- ftp://ftp.elf.stuba.sk/pub/pc/pack/
+DISTNAME= lzo-1.06
+PKGNAME= liblzo-1.06
+CATEGORIES= archivers
+MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \
+ ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \
+ ftp://metalab.unc.edu/pub/Linux/libs/compression/ \
+ ftp://ftp.elf.stuba.sk/pub/pc/pack/
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
-GNU_CONFIGURE= YES
-USE_PKGLIBTOOL= YES
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/acconfig/ltconfig
.include "../../mk/bsd.pkg.mk"