summaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2003-01-30 12:14:32 +0000
committerdrochner <drochner>2003-01-30 12:14:32 +0000
commitebbbf7e06f38ee273b95e40636435e3d3322797c (patch)
tree33736e78bc6dc27272accfde1d7af151010283a7 /www/cadaver/Makefile
parent0ad3a5ce856e80d2283a74e77fad2210570c00ed (diff)
downloadpkgsrc-ebbbf7e06f38ee273b95e40636435e3d3322797c.tar.gz
update to 0.20.5
changes: -Fix 'edit' on a path like `/one.two/three' -[pkg framework] use pkg neon (this gives us IPv6 support)
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r--www/cadaver/Makefile21
1 files changed, 4 insertions, 17 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index a76a6d023ba..bf3c5c3dc24 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2002/08/25 21:52:02 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2003/01/30 12:14:32 drochner Exp $
-DISTNAME= cadaver-0.19.1
+DISTNAME= cadaver-0.20.5
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
@@ -14,29 +14,16 @@ USE_BUILDLINK2= YES
ALL_TARGET= cadaver
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-netrc
-CONFIGURE_ARGS+= --with-included-neon
CONFIGURE_ARGS+= --with-libxml1
-CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-ssl=yes
# We don't need curses, just termcap.
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
LIBS+= -ltermcap
-# The build process doesn't correctly find some headers for utility functions
-# which are provided in ${WRKSRC}/lib. Help the compiler by linking the
-# headers to ${WRKSRC} and explicitly passing -I. to the compiler.
-#
-CFLAGS+= -I.
-
-pre-build:
- ${RM} -f ${WRKSRC}/glob.h
- ${LN} -sf ${WRKSRC}/lib/glob.h ${WRKSRC}/glob.h
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1
-
.include "../../devel/readline/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
+.include "../../www/neon/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"