forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
27 lines
477 B
Makefile
27 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>
|