freebsd-ports/net/sqtop/Makefile

35 lines
587 B
Makefile
Raw Normal View History

# New ports collection makefile for: sqtop
# Date created: 2010-09-05
# Whom: Marco Steinbach <coco@webdev.c0c0.intra>
#
# $FreeBSD$
#
PORTNAME= sqtop
DISTVERSION= 2010-10-07
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>