28 lines
556 B
Makefile
28 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.28 2021/07/14 20:17:00 naddy Exp $
|
|
|
|
COMMENT= command-line WebDAV client
|
|
|
|
DISTNAME= cadaver-0.23.3
|
|
REVISION= 6
|
|
CATEGORIES= net www
|
|
|
|
HOMEPAGE= http://www.webdav.org/cadaver/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB = c crypto curses expat intl neon proxy readline ssl z
|
|
|
|
LIB_DEPENDS= net/neon
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
NO_TEST= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-ssl \
|
|
--with-expat \
|
|
--with-neon="${LOCALBASE}"
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|