blob: 0fbc52c02b085b1df7dbcda2f5fff191b8c3fb30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= sqtop
DISTVERSIONPREFIX= v
DISTVERSION= 2015-02-08
PORTREVISION= 1
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/sqtop \
share/man/man1/sqtop.1.gz
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
NCURSES_CONFIGURE_ENABLE= ui
NCURSES_USES= ncurses
.include <bsd.port.mk>
|