1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/sqtop/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

30 lines
527 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
BROKEN= Unfetchable (google code has gone away)
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>