mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# 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>
|