2003-11-12 04:39:39 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2003/11/12 03:39:43 jschauma Exp $
|
2001-05-16 06:40:48 +02:00
|
|
|
|
2003-02-14 17:59:53 +01:00
|
|
|
DISTNAME= cadaver-0.21.0
|
2003-11-12 04:39:39 +01:00
|
|
|
PKGREVISION= 4
|
2001-05-16 06:40:48 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.webdav.org/cadaver/
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= jlam@NetBSD.org
|
2001-05-16 06:40:48 +02:00
|
|
|
HOMEPAGE= http://www.webdav.org/cadaver/
|
2003-07-22 06:14:17 +02:00
|
|
|
COMMENT= Command-line WebDAV client
|
2001-05-16 06:40:48 +02:00
|
|
|
|
2002-08-25 23:50:52 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2001-05-16 06:40:48 +02:00
|
|
|
|
|
|
|
ALL_TARGET= cadaver
|
2002-02-28 19:23:57 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2001-05-16 07:55:33 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-netrc
|
2003-09-10 06:37:57 +02:00
|
|
|
CONFIGURE_ARGS+= --with-expat
|
|
|
|
CONFIGURE_ARGS+= --with-included-neon
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=yes
|
2001-08-20 05:55:31 +02:00
|
|
|
|
2001-06-19 06:52:16 +02:00
|
|
|
# We don't need curses, just termcap.
|
2001-05-16 06:40:48 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
|
|
|
|
LIBS+= -ltermcap
|
|
|
|
|
2002-08-25 23:50:52 +02:00
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
2003-09-10 06:37:57 +02:00
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../textproc/expat/buildlink2.mk"
|
|
|
|
|
|
|
|
# DON'T make this package depend on the www/neon package until neon
|
|
|
|
# becomes stable; keep it using its internal copy of neon as with
|
|
|
|
# www/sitecopy. This package has in the past bounced back and forth
|
|
|
|
# between using external and internal neon because neon moves faster
|
|
|
|
# than cadaver, and does so incompatibly.
|
2002-08-25 23:50:52 +02:00
|
|
|
|
2001-05-16 06:40:48 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|