openbsd-ports/net/cadaver/Makefile
lebel 1cebf9f4c5 * make sure we use the included neon library (a port is coming which is
incompatible)
* use SSL
* make sure we use libxml2
2002-03-19 02:39:12 +00:00

31 lines
652 B
Makefile

# $OpenBSD: Makefile,v 1.2 2002/03/19 02:39:12 lebel Exp $
COMMENT= "command-line WebDAV client"
VERSION= 0.19.1
DISTNAME= cadaver-${VERSION}
CATEGORIES= net www
NEED_VERSION= 1.513
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= http://www.webdav.org/cadaver/
ALL_TARGET=
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-ssl --with-xml2 --with-included-neon
.include <bsd.port.mk>