freebsd-ports/www/cadaver/Makefile
Steve Price e8384e5ba3 Adding cadaver version 0.10.0.
A commandline client for DAV.

PR:		16087
Submitted by:	Alex Povolotsky <tarkhil@over.ru>
2000-01-29 05:54:10 +00:00

22 lines
424 B
Makefile

# New ports collection makefile for: cadaver
# Version required: 0.10.0
# Date created: 13 January 2000
# Whom: Alex Povolotsky <tarkhil@over.ru>
#
# $FreeBSD$
#
DISTNAME= cadaver-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>