diff options
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> |