13 lines
288 B
Makefile
13 lines
288 B
Makefile
# Created by: Denis N. Peplin <info@volginfo.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= utcount
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Users Traffic Count
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|