diff options
Diffstat (limited to 'www/nd/Makefile')
-rw-r--r-- | www/nd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/nd/Makefile b/www/nd/Makefile new file mode 100644 index 000000000000..c30eafb2dee6 --- /dev/null +++ b/www/nd/Makefile @@ -0,0 +1,22 @@ +# 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> |