8fe68fd01c
level traffic statistics, stores it and builds reports. PR: 23824 Submitted by: Anton Voronin <anton@urc.ac.ru>
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# New ports collection makefile for: tas
|
|
# Date created: 25 December 2000
|
|
# Whom: anton
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tas
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://rnoc.urc.ac.ru:8001/~anton/projects/files/
|
|
DISTNAME= tas-${PORTVERSION}
|
|
|
|
MAINTAINER= anton@urc.ac.ru
|
|
|
|
WRKSRC= ${WRKDIR}/tas
|
|
|
|
NO_BUILD= YES
|
|
|
|
.include <bsd.port.mk>
|