2000-01-29 00:54:10 -05:00
|
|
|
# New ports collection makefile for: cadaver
|
|
|
|
# Date created: 13 January 2000
|
|
|
|
# Whom: Alex Povolotsky <tarkhil@over.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:07:29 -04:00
|
|
|
PORTNAME= cadaver
|
|
|
|
PORTVERSION= 0.10.0
|
2000-01-29 00:54:10 -05:00
|
|
|
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>
|