1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/sqtop/Makefile
2014-01-31 08:08:07 +00:00

33 lines
546 B
Makefile

# Created by: 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 \
man/man1/sqtop.1.gz
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MNCURSES}
CONFIGURE_ARGS= --disable-ui
.else
USES+= ncurses
.endif
.include <bsd.port.mk>