mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
81b9a5e721
Unbreak fetch (project moved to Github) PR: 215560 Submitted by: p5B2E9A8F@t-online.de Patched by: jhale Approved by: Marco Steinbach <coco@executive-computing.de> (maintainer) MFH: 2017Q1 (blanket)
30 lines
522 B
Makefile
30 lines
522 B
Makefile
# Created by: Marco Steinbach <coco@webdev.c0c0.intra>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqtop
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2015-02-08
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= coco@executive-computing.de
|
|
COMMENT= Console-based display of Squid proxy connections
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= paleg
|
|
|
|
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>
|