mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a3108b1e51
Prodded by: kris
34 lines
752 B
Makefile
34 lines
752 B
Makefile
# New ports collection makefile for: darkstat
|
|
# Date created: 24 February 2002
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= darkstat
|
|
PORTVERSION= 2.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \
|
|
http://yallara.cs.rmit.edu.au/~emikulic/_/
|
|
|
|
MAINTAINER= emikulic@optushome.com.au
|
|
COMMENT= Network statistics gatherer, similar to but smaller than ntop
|
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= darkstat.1
|
|
DOCS= AUTHORS ChangeLog INSTALL ISSUES README TODO
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${INSTALL} -d -m 0755 ${DOCSDIR}
|
|
.for f in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|