1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/sqtop/Makefile
Frederic Culot b5fa1320bd - Update to 2011-11-01
PR:		ports/165806
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
2012-03-07 14:47:00 +00:00

35 lines
587 B
Makefile

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