2000-01-29 05:54:10 +00:00
|
|
|
# New ports collection makefile for: cadaver
|
|
|
|
# Date created: 13 January 2000
|
|
|
|
# Whom: Alex Povolotsky <tarkhil@over.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= cadaver
|
2001-12-22 15:04:43 +00:00
|
|
|
PORTVERSION= 0.18.0
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 2
|
2000-01-29 05:54:10 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.webdav.org/cadaver/
|
|
|
|
|
|
|
|
MAINTAINER= tarkhil@over.ru
|
|
|
|
|
2002-03-25 02:23:31 +00:00
|
|
|
BROKEN= "Dependency out of date"
|
|
|
|
|
2001-12-23 08:46:27 +00:00
|
|
|
LIB_DEPENDS= neon.18:${PORTSDIR}/www/neon \
|
2002-04-12 17:10:20 +00:00
|
|
|
intl.2:${PORTSDIR}/devel/gettext
|
2001-03-21 04:03:51 +00:00
|
|
|
|
|
|
|
.ifndef NO_OPENSSL
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
.endif
|
2000-01-29 05:54:10 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-03-21 04:03:51 +00:00
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
|
|
|
|
--enable-netrc \
|
|
|
|
--with-neon=${LOCALBASE}
|
2000-01-29 05:54:10 +00:00
|
|
|
ALL_TARGET= cadaver
|
|
|
|
|
2001-03-21 04:03:51 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
MAN1= cadaver.1
|
|
|
|
|
2000-01-29 05:54:10 +00:00
|
|
|
.include <bsd.port.mk>
|