2002-09-04 15:21:27 +02:00
|
|
|
# New ports collection makefile for: nd
|
|
|
|
# Date created: Sep 4, 2002
|
|
|
|
# Whom: Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nd
|
2003-12-04 22:57:12 +01:00
|
|
|
PORTVERSION= 0.8.2
|
2002-09-04 15:21:27 +02:00
|
|
|
CATEGORIES= www
|
2003-12-04 22:57:12 +01:00
|
|
|
MASTER_SITES= http://www.gohome.org/nd/
|
2002-09-04 15:21:27 +02:00
|
|
|
|
2004-03-10 14:16:50 +01:00
|
|
|
MAINTAINER= vs@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A simple command line interface for WebDAV (RFC2518) server
|
2002-09-04 15:21:27 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= nd.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/nd
|
2002-09-04 15:21:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|