1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/www/nd/Makefile
Oliver Braun b50357b52c Add nd 0.5.0, a simple command line interface for WebDAV (RFC2518) server.
PR:		ports/42409
Submitted by:	Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de>
2002-09-04 13:21:27 +00:00

23 lines
418 B
Makefile

# New ports collection makefile for: nd
# Date created: Sep 4, 2002
# Whom: Volker Stolz <stolz+nd@i2.informatik.rwth-aachen.de>
#
# $FreeBSD$
#
PORTNAME= nd
PORTVERSION= 0.5.0
CATEGORIES= www
MASTER_SITES= http://www.gohome.org/teranisi/
MAINTAINER= stolz+nd@i2.informatik.rwth-aachen.de
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= nd.1
.include <bsd.port.mk>