diff options
author | will <will@FreeBSD.org> | 2003-06-03 12:33:04 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 12:33:04 +0800 |
commit | dafdb9fb226a624f563b459ad16934b9ff781920 (patch) | |
tree | 01fce47c7ab53098034399047e44f6d4cda5248e /sysutils/utcount/Makefile | |
parent | c1be8c49a726fd1cd9aeba9b1ece60325788f8da (diff) | |
download | freebsd-ports-gnome-dafdb9fb226a624f563b459ad16934b9ff781920.tar.gz freebsd-ports-gnome-dafdb9fb226a624f563b459ad16934b9ff781920.tar.zst freebsd-ports-gnome-dafdb9fb226a624f563b459ad16934b9ff781920.zip |
Add utcount 0.1, Users Traffic Count.
PR: 52218
Submitted by: Denis N. Peplin <info@volginfo.ru>
Diffstat (limited to 'sysutils/utcount/Makefile')
-rw-r--r-- | sysutils/utcount/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/utcount/Makefile b/sysutils/utcount/Makefile new file mode 100644 index 000000000000..5ae2d31b08b2 --- /dev/null +++ b/sysutils/utcount/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: utcount +# Date created: May 14 2003 +# Whom: Denis N. Peplin <info@volginfo.ru> +# +# $FreeBSD$ +# + +PORTNAME= utcount +PORTVERSION= 0.1 +CATEGORIES= sysutils net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=utcount + +MAINTAINER= info@volginfo.ru +COMMENT= Users Traffic Count + +.include <bsd.port.mk> |