Files
bsdports/_unused/sqtop/Makefile
2019-12-26 07:26:06 +00:00

19 lines
412 B
Makefile

# Created by: Marco Steinbach <coco@webdev.c0c0.intra>
# $FreeBSD: head/net/sqtop/Makefile 357080 2014-06-09 00:34:49Z danilo $
PORTNAME= sqtop
DISTVERSION= 2013-12-17
CATEGORIES= net
MASTER_SITES= GOOGLE_CODE
MAINTAINER= coco@executive-computing.de
COMMENT= Console-based display of Squid proxy connections
USES= tar:bzip2 gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-ui
.include <bsd.port.mk>
#EOF