summaryrefslogtreecommitdiff
path: root/net/sqtop/Makefile
blob: 7b541752f5cbb86c15bc2b19230bf7e757ad78d5 (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
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>