22 lines
470 B
Makefile
22 lines
470 B
Makefile
# Created by: Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nd
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.gohome.org/nd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple command line interface for WebDAV (RFC2518) server
|
|
|
|
DEPRECATED= No more public distfiles
|
|
EXPIRATION_DATE= 2014-03-10
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/nd \
|
|
man/man1/nd.1.gz
|
|
|
|
.include <bsd.port.mk>
|