blob: c30eafb2dee6edf0d34733d1b527e593c9040579 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|