summaryrefslogtreecommitdiff
path: root/www/libwww/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-06-21 02:58:23 +0000
committerjlam <jlam@pkgsrc.org>2000-06-21 02:58:23 +0000
commitd1024f14aaecfb7080aff98e8c25922e3e729be5 (patch)
treed6cb02900c721552a2dee90397f06249747a1961 /www/libwww/Makefile
parentce52cb9f8cfbd699f8cf9b4f4c1bf547d51ecb33 (diff)
downloadpkgsrc-d1024f14aaecfb7080aff98e8c25922e3e729be5.tar.gz
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r--www/libwww/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 5950707720d..479902be592 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.8 2000/06/01 11:23:43 rh Exp $
+# $NetBSD: Makefile,v 1.9 2000/06/21 02:58:23 jlam Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
#
-DISTNAME= w3c-${PKGNAME}
-PKGNAME= libwww-5.2.8
-CATEGORIES= www devel
-MASTER_SITES= http://www.w3.org/Library/Distribution/
+DISTNAME= w3c-${PKGNAME}
+PKGNAME= libwww-5.2.8
+CATEGORIES= www devel
+MASTER_SITES= http://www.w3.org/Library/Distribution/
-MAINTAINER= tv@netbsd.org
-HOMEPAGE= http://www.w3.org/Library/
+MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://www.w3.org/Library/
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_PKGLIBTOOL= yes
-CONFIGURE_ARGS= --with-zlib --with-regex --without-x
+USE_GMAKE= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
-DOCDIR= ${PREFIX}/share/doc/libwww
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS= --with-zlib --with-regex --without-x
+
+DOCDIR= ${PREFIX}/share/doc/libwww
post-install:
@${MKDIR} ${DOCDIR}/User