pkgsrc/www/cadaver/Makefile
wiz a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2004/03/26 02:27:56 wiz Exp $
DISTNAME= cadaver-0.21.0
PKGREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://www.webdav.org/cadaver/
COMMENT= Command-line WebDAV client
USE_BUILDLINK2= YES
ALL_TARGET= cadaver
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-netrc
CONFIGURE_ARGS+= --with-expat
CONFIGURE_ARGS+= --with-included-neon
CONFIGURE_ARGS+= --with-ssl=yes
# We don't need curses, just termcap.
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
LIBS+= -ltermcap
.include "../../devel/readline/buildlink2.mk"
.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.
.include "../../mk/bsd.pkg.mk"