aboutsummaryrefslogtreecommitdiffstats
path: root/net/bmon/Makefile
blob: 91190bf70174d178bb4c39b3a929068883746fe1 (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
# New ports collection makefile for:    bmon
# Date created:         21 Feb 2003
# Whom:             Jon Nistor <nistor@snickers.org>
#
# $FreeBSD$
#

PORTNAME=   bmon
PORTVERSION=    2.1.0
CATEGORIES= net
MASTER_SITES=   http://people.suug.ch/~tgr/bmon/files/

MAINTAINER= nistor@snickers.org
COMMENT=    Portable bandwidth monitor and rate estimator

GNU_CONFIGURE=  YES
USE_GMAKE=  YES
MAKEFILE=   GNUmakefile

MAN1=       bmon.1
PLIST_FILES=    sbin/bmon

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/bmon ${PREFIX}/sbin
    ${INSTALL_MAN} ${WRKSRC}/man/bmon.1 ${PREFIX}/man/man1/bmon.1

.include <bsd.port.mk>
>2000-04-242-0/+11 | | | | | | | | | | | Sun Apr 23 12:15:14 2000 George Lebl <jirka@5z.com> * gnome.m4: add an extra lib of docklets. These checks are braindamaged though, they don't fail and thus gnome-core for example compiles without gnomecc. There need to be separate .m4 files or checks svn path=/trunk/; revision=2564 * Fixes the gnome-config check for gpilot.Eskil Heyn Olsen2000-04-192-1/+2 | | | | svn path=/trunk/; revision=2495 * Changed the error string for gnome-pilotEskil Heyn Olsen2000-04-192-1/+5 | | | | svn path=/trunk/; revision=2494 * Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot"Dan Winship2000-04-112-3/+13 | | | | | | | | * gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot" change that caused not having pilot-link installed to become a fatal error. svn path=/trunk/; revision=2366 * Modfied to use the gnome-config --yadayada gpilot script.Eskil Heyn Olsen2000-03-291-3/+3 | | | | svn path=/trunk/; revision=2220 * fix up check of LINGUAS variable so that we don't get problems whenJames Henstridge2000-02-262-1/+7 | | | | | | | | | | 2000-02-26 James Henstridge <james@daa.com.au> * gnome-gettext.m4: fix up check of LINGUAS variable so that we don't get problems when LINGUAS contains `en' and ALL_LINGUAS contains `en_GB' for instance. svn path=/trunk/; revision=1938 * s/1.0/1/ for interface version.Elliot Lee2000-02-261-2/+2 | | | | | | s/1.0/1/ for interface version. svn path=/trunk/; revision=1934 * Don't run libtoolize when `NO_LIBTOOLIZE' is set.Martin Baulig2000-02-232-2/+8 | | | | | | | | 2000-02-22 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set. svn path=/trunk/; revision=1905 * s/GNOME2_DIR/GNOME2_PATH/, for consistencyDan Winship2000-02-171-2/+2 | | | | svn path=/trunk/; revision=1801 * These shouldn't be hereAnders Carlsson2000-02-133-523/+0 | | | | svn path=/trunk/; revision=1763 * I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-1333-0/+4475 | | | | svn path=/trunk/; revision=1747 * removed gtranslator for re-checkinFatih Demir2000-02-1330-3952/+0 | | | | svn path=/trunk/; revision=1746 * Fix GNUism introduced in the previous fix.Raja R Harinath2000-02-102-1/+5 | | | | | | * autogen.sh: Fix GNUism introduced in the previous fix. svn path=/trunk/; revision=1715 * Handle non GNU find programs.Miguel de Icaza2000-02-092-2/+12 | | | | | | | | 2000-02-08 Miguel de Icaza <miguel@gnu.org> * autogen.sh: Handle non GNU find programs. svn path=/trunk/; revision=1701 * Include gnome-animator as part of non-experimental header files. ImplementElliot Lee2000-02-081-1/+2 | | | | | | | | | | * libgnomeui/libgnomeui.h: Include gnome-animator as part of non-experimental header files. * libgnomeui/gnome-textfu.[ch]: Implement tags specified by dcm. * macros/autogen.sh: Only delete macros/gnome-gettext.m4, not other files (such as gnome-data/gnome-gettext.m4 :) * autogen.sh: Likewise * gnome-config.in: Fix --libs gtkxmhtml to actually include -lgtkxmhtml in the link line. svn path=/trunk/; revision=1685 * New macro. This is an improved version of AC_CHECK_TYPE which takes intoMartin Baulig2000-02-052-2/+44 | | | | | | | | | | | | | 2000-02-05 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This is an improved version of AC_CHECK_TYPE which takes into account that we need to #include some other header files on some systems to get some types. (GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE. svn path=/trunk/; revision=1667 * gnome-bonobo-check.m4 Include <bonobo.h> rather thanDave Camp2000-01-262-1/+6 | | | | | | | | | 2000-01-26 Dave Camp <campd@oit.edu> * gnome-bonobo-check.m4 Include <bonobo.h> rather than <bonobo/gnome-object.h> svn path=/trunk/; revision=1643 * Check for bonobo_object_get_type() rather than gnome_object_get_type().Dave Camp2000-01-262-1/+6 | | | | | | | | | 2000-01-26 Dave Camp <campd@oit.edu> * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather than gnome_object_get_type(). svn path=/trunk/; revision=1642 * Reverted my last commit.Martin Baulig2000-01-242-7/+0 | | | | svn path=/trunk/; revision=1613 * i broke the version-checking macro for other distribs in my last commit.Peter Teichman2000-01-242-1/+9 | | | | | | | * gnome-pilot.m4: i broke the version-checking macro for other distribs in my last commit. fixing that now. svn path=/trunk/; revision=1612 * Check for `u_int8_t' and `int8_t'.Martin Baulig2000-01-242-1/+8 | | | | | | | | | 2000-01-23 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): Check for `u_int8_t' and `int8_t'. svn path=/trunk/; revision=1611 * fix the version-checking macro for debianPeter Teichman2000-01-232-2/+9 | | | | | | | * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for debian svn path=/trunk/; revision=1610 * Look for sched_yield in -lrt, too. Suggested by Drazen KazarRaja R Harinath2000-01-212-2/+11 | | | | | | | * gnome-objc-checks.m4: Look for sched_yield in -lrt, too. Suggested by Drazen Kazar <dave@srce.hr>. svn path=/trunk/; revision=1598 * do the rm-gnome-gettext.m4 hokey pokeyElliot Lee2000-01-181-4/+8 | | | | svn path=/trunk/; revision=1583 * Fix typo in PILOT_LINK_HOOK.Vadim Strizhevsky2000-01-172-1/+5 | | | | | | * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1575 * PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaultsEskil Heyn Olsen2000-01-162-5/+48 | | | | | | | * gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults to requiring 0.9.3. svn path=/trunk/; revision=1571 * Fix for proper include directory. Remove gnome-gettext.m4 if needed. StickElliot Lee2000-01-152-1/+6 | | | | | | | | Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick gnome-gettext.m4 contents in gnome.m4 svn path=/trunk/; revision=1569 * Clean up configuration, add check for gperf > 2.7, cleanup.Frank Chiulli2000-01-121-0/+1 | | | | | | | | | | | | | | | | | | | | | | 2000-01-11 Frank Chiulli <fc-linux@home.com> * Makefile.am: Updated comments about gperf flags. * configure.in: Removed duplicate check for glib 1.1.16 or later. Added additional checks for gperf 2.7 or later, header files and functions. * gb-expr.c (gb-expr-print): Correctly align oper_names with enum type GBExprType in gb-expr.h. * object.gperf (gb_is_object): Correct arguments. Should be only one. * macros/Makefile.am: Added gperf-check.m4 to list of macros. * macros/gperf-check.m4: New. This macro checks for a minimum version of gperf. svn path=/trunk/; revision=1558 * Macro to check version of gperfFrank Chiulli2000-01-121-0/+79 | | | | svn path=/trunk/; revision=1557 * Applied patch from R. Bernstein <rocky@panix.com> - print a better errorMartin Baulig2000-01-092-4/+16 | | | | | | | | | | 2000-01-09 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: Applied patch from R. Bernstein <rocky@panix.com> - print a better error message when LibGTop's major version number mismatches. svn path=/trunk/; revision=1546 * Applied patch from Colin Walters to make it compile under DebianMartin Baulig1999-12-252-1/+6 | | | | | | | | | 1999-12-25 Martin Baulig <martin@home-of-linux.org> * gnome-pilot.m4: Applied patch from Colin Walters to make it compile under Debian GNU/Linux. svn path=/trunk/; revision=1512 * PKGW signs off on Balsa 0.6.0.Peter Williams1999-12-211