1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/sqtop/Makefile
Danilo Egea Gondolfo 4c946cb3bb - Update from 2011-11-01 to 2013-12-17
- Convert USE_BZIP2 to USES
- Improve WWW
while here
- Use options helpers

PR:		ports/190809
Submitted by:	coco@executive-computing.de
2014-06-09 00:34:49 +00:00

28 lines
477 B
Makefile

# Created by: Marco Steinbach <coco@webdev.c0c0.intra>
# $FreeBSD$
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
LICENSE= GPLv2
USES= tar:bzip2
PLIST_FILES= bin/sqtop \
man/man1/sqtop.1.gz
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
NCURSES_CONFIGURE_ENABLE= ui
NCURSES_USES= ncurses
.include <bsd.port.mk>