blob: 97da5f4751adb91eacffa3ca37310e667c887de7 (
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
31
32
33
34
|
# New ports collection makefile for: sqtop
# Date created: 2010-09-05
# Whom: Marco Steinbach <coco@webdev.c0c0.intra>
#
# $FreeBSD$
#
PORTNAME= sqtop
DISTVERSION= 2010-10-07
CATEGORIES= net
MASTER_SITES= GOOGLE_CODE
MAINTAINER= coco@executive-computing.de
COMMENT= Console-based display of Squid proxy connections
LICENSE= GPLv2
USE_BZIP2= yes
PLIST_FILES= bin/sqtop
MAN1= sqtop.1
GNU_CONFIGURE= yes
OPTIONS= NCURSES "Enable ncurses user interface" On
.include <bsd.port.options.mk>
.if defined(WITHOUT_NCURSES)
CONFIGURE_ARGS= --disable-ui
.endif
.include <bsd.port.mk>
|