1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/cadaver/Makefile
Kris Kennaway 76e8340ea2 Update LIB_DEPENDS on libneon.
Remove previous maintainer due to timeout.
Fix compilation; linking still fails due to missing symbols.  Update
BROKEN message appropriately.
2002-05-11 09:51:56 +00:00

37 lines
749 B
Makefile

# New ports collection makefile for: cadaver
# Date created: 13 January 2000
# Whom: Alex Povolotsky <tarkhil@over.ru>
#
# $FreeBSD$
#
PORTNAME= cadaver
PORTVERSION= 0.19.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
MAINTAINER= ports@FreeBSD.org
BROKEN= "Does not compile"
LIB_DEPENDS= neon.19:${PORTSDIR}/www/neon \
intl.2:${PORTSDIR}/devel/gettext
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
--enable-netrc \
--with-neon=${LOCALBASE}
ALL_TARGET= cadaver
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1
MAN1= cadaver.1
.include <bsd.port.mk>