- use expat instead of libxml and fix WANTLIB accordingly

- update license marker
- bump PKGNAME

from brad@
This commit is contained in:
jasper 2008-05-19 22:22:24 +00:00
parent db69629683
commit ab811e4eef

View File

@ -1,27 +1,25 @@
# $OpenBSD: Makefile,v 1.12 2007/09/15 22:36:52 merdely Exp $
# $OpenBSD: Makefile,v 1.13 2008/05/19 22:22:24 jasper Exp $
COMMENT= command-line WebDAV client
VERSION= 0.22.2
DISTNAME= cadaver-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= net www
HOMEPAGE= http://www.webdav.org/cadaver/
LIB_DEPENDS= xml2.>=6:libxml->=2.4.8:textproc/libxml
MODULES= converters/libiconv
# GPL
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto curses m readline ssl z
WANTLIB= c crypto curses expat readline ssl
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-ssl --with-xml2 --with-included-neon
CONFIGURE_ARGS= --with-ssl --with-expat --with-included-neon
.include <bsd.port.mk>