a0abbbdb08
- Add LICENSE - Cleanup .include Changes: * No functional changes * Update manpages * Correct email address PR: ports/151622 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer) Approved by: pgollucci (mentor, implicit)
35 lines
587 B
Makefile
35 lines
587 B
Makefile
# 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>
|