diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index 035e1178c531..ec11ed0fa562 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -1,27 +1,28 @@ 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 -GNU_CONFIGURE= yes - OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT= NCURSES NCURSES_CONFIGURE_ENABLE= ui NCURSES_USES= ncurses .include