1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/cadaver/Makefile
Greg Lewis 717b616e93 Unbreak this port by using the included libneon and expat. The API for
neon has changed incompatibly since the last release of cadaver so it
won't compile against our installed version of neon.  The included
version of neon doesn't appear to like the installed version of expat,
so use the included version of that too.  The load order of libraries
needed changing to ensure that the included version of neon is used.

These changes should be reverted if/when a newer release of cadaver
catches up with the neon API.
2002-06-17 19:20:04 +00:00

35 lines
709 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
LIB_DEPENDS= 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-included-neon \
--with-included-expat
ALL_TARGET= cadaver
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1
MAN1= cadaver.1
.include <bsd.port.mk>