diff options
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 26 |
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 |