openbsd-ports/net/cadaver/Makefile
lebel 7696b08101 Changes in release 0.22.1:
* Restore DASL/DeltaV support (GRASE team).
* Fix to only use netrc on first attempt at authentication.
* Update to neon 0.24.5:
 - SECURITY (CVE CAN-2004-0179): fix for format string vulnerabilities

Thanks to Robert Nagy for the work.
2004-04-14 17:10:34 +00:00

29 lines
598 B
Makefile

# $OpenBSD: Makefile,v 1.6 2004/04/14 17:10:34 lebel Exp $
COMMENT= "command-line WebDAV client"
VERSION= 0.22.1
DISTNAME= cadaver-${VERSION}
CATEGORIES= net www
HOMEPAGE= http://www.webdav.org/cadaver/
MAINTAINER= David Lebel <lebel@openbsd.org>
LIB_DEPENDS= xml2.6:libxml->=2.4.8:textproc/libxml
MODULES= iconv
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-ssl --with-xml2 --with-included-neon
.include <bsd.port.mk>