# New ports collection makefile for:	sqtop
# Date created:		2010-09-05
# Whom:			Marco Steinbach <coco@webdev.c0c0.intra>
#
# $FreeBSD: ports/net/sqtop/Makefile,v 1.3 2012/03/07 14:47:00 culot Exp $
#

PORTNAME=	sqtop
DISTVERSION=	2011-11-01
CATEGORIES=	net
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	coco@executive-computing.de
COMMENT=	Console-based display of Squid proxy connections

LICENSE=	GPLv2

USE_BZIP2=	yes

PLIST_FILES=	bin/sqtop

MAN1=		sqtop.1

GNU_CONFIGURE=	yes

OPTIONS=	NCURSES	"Enable ncurses user interface"	On

.include <bsd.port.options.mk>

.if defined(WITHOUT_NCURSES)
CONFIGURE_ARGS=	--disable-ui
.endif

.include <bsd.port.mk>
