summaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
blob: cfba7bbd2f5db1b30f99be93d3ebcb15a80a4977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: cadaver
# Date created:		13 January 2000
# Whom:			Alex Povolotsky <tarkhil@over.ru>
#
# $FreeBSD$
#

PORTNAME=	cadaver
PORTVERSION=	0.10.0
CATEGORIES=	www
MASTER_SITES=	http://www.webdav.org/cadaver/

MAINTAINER=	tarkhil@over.ru

LIB_DEPENDS=	xml.5:${PORTSDIR}/textproc/libxml

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-netrc
ALL_TARGET=	cadaver

.include <bsd.port.mk>