mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
908e5eb6bd
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
29 lines
510 B
Makefile
29 lines
510 B
Makefile
PORTNAME= sqtop
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2015-02-08
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= coco@executive-computing.de
|
|
COMMENT= Console-based display of Squid proxy connections
|
|
WWW= https://github.com/paleg/sqtop/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_CXXSTD= c++14
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= paleg
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/sqtop \
|
|
man/man1/sqtop.1.gz
|
|
|
|
OPTIONS_DEFINE= NCURSES
|
|
OPTIONS_DEFAULT= NCURSES
|
|
|
|
NCURSES_CONFIGURE_ENABLE= ui
|
|
NCURSES_USES= ncurses
|
|
|
|
.include <bsd.port.mk>
|