1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/bmon/Makefile
Kubilay Kocak ace37022ce net/bmon: Update to 3.3, Update MAINTAINER
- Update to 3.3
- Assign new maintainer
- Update pkg-plist
- Update pkg-descr and WWW: URL
- Tweak COMMENT
- Add LICENSE (MIT)
- Remove OPTIONS
- Use Github for distribution files
- Remove MASTER_SITES accordingly
- Remove unecessary patches (files no longer upstream)

PR:		191249
Submitted by:	Michelle Sullivan <michelle at sorbs dot net>
Approved by:	maintainer
2014-07-07 12:29:20 +00:00

28 lines
540 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
PORTNAME= bmon
PORTVERSION= 3.3
CATEGORIES= net
MAINTAINER= michelle@sorbs.net
COMMENT= Human-readable bandwidth monitor and rate estimator
LICENSE= MIT
LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse
CONFLICTS_INSTALL= bmon-*
USE_GITHUB= yes
GH_ACCOUNT= tgraf
GH_COMMIT= ad62e66
GH_TAGNAME= v${PORTVERSION}
USES= ncurses pkgconfig:build
USE_AUTOTOOLS= libtoolize autoheader automake aclocal
AUTOMAKE_ARGS+= --add-missing
GNU_CONFIGURE= yes
.include <bsd.port.mk>