openbsd-ports/net/cadaver/Makefile

32 lines
635 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:35:45 espie Exp $
COMMENT= command-line WebDAV client
2010-04-30 05:41:20 -04:00
DISTNAME= cadaver-0.23.3
2012-12-23 07:25:30 -05:00
REVISION= 0
CATEGORIES= net www
HOMEPAGE= http://www.webdav.org/cadaver/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += asn1 c crypto curses expat gssapi krb5 readline ssl
2012-12-23 07:25:30 -05:00
WANTLIB += z neon proxy pthread
MODULES= devel/gettext
2010-11-19 17:31:32 -05:00
LIB_DEPENDS= net/neon
MASTER_SITES= ${HOMEPAGE}
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ssl \
--with-expat \
--with-neon="${LOCALBASE}"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib"
2010-11-11 06:54:08 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>