From 354c679deb22ddaf75c5f21d10126a408a06524f Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 19 Jun 2001 04:52:16 +0000 Subject: Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- www/cadaver/Makefile | 21 +++++++++++---------- www/sitecopy/Makefile | 17 +++++++++-------- 2 files changed, 20 insertions(+), 18 deletions(-) (limited to 'www') diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index d55952c4ae9..b5a1a339e0a 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/06/12 20:33:08 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/19 04:52:16 jlam Exp $ DISTNAME= cadaver-0.17.0 CATEGORIES= www @@ -8,26 +8,27 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.webdav.org/cadaver/ COMMENT= command-line WebDAV client -DEPENDS+= libxml>=1.8.11:../../textproc/libxml - -USE_SSL= # defined -USE_LIBINTL= # defined +#USE_SSL= # defined +#USE_LIBINTL= # defined USE_GMAKE= # defined +USE_BUILDLINK_ONLY= # defined +USE_CONFIG_WRAPPER= # defined ALL_TARGET= cadaver GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} -CONFIGURA_ARGS+= --with-include-neon +CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-include-neon CONFIGURE_ARGS+= --enable-libxml CONFIGURE_ARGS+= --enable-netrc +.include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/libgetopt/buildlink.mk" .include "../../devel/readline/buildlink.mk" +.include "../../security/openssl/buildlink.mk" +.include "../../textproc/libxml/buildlink.mk" +# We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no -CONFIGURE_ENV+= ac_cv_lib_ncurses_tputs=no - -CFLAGS+= ${CPPFLAGS} LIBS+= -ltermcap # The build process doesn't correctly find some headers for utility functions diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 74abb54ccee..80b93c7fad7 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 02:05:15 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/19 04:55:49 jlam Exp $ DISTNAME= sitecopy-0.10.15 CATEGORIES= www @@ -8,20 +8,21 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.lyra.org/sitecopy/ COMMENT= utility for synchronizing remote and local web sites -DEPENDS+= libxml>=1.8.11:../../textproc/libxml - -USE_SSL= # defined -USE_LIBINTL= # defined +#USE_SSL= # defined +#USE_LIBINTL= # defined USE_GMAKE= # defined +USE_BUILDLINK_ONLY= # defined +USE_CONFIG_WRAPPER= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} +CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-included-neon CONFIGURE_ARGS+= --enable-libxml +.include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/libgetopt/buildlink.mk" - -CFLAGS+= ${CPPFLAGS} +.include "../../security/openssl/buildlink.mk" +.include "../../textproc/libxml/buildlink.mk" # The build process doesn't correctly find the header for GNU fnmatch, which # is provided in ${WRKSRC}/lib. Help the compiler by linking the header -- cgit v1.2.3