32d4ea2988
shared library version changed from 6.2.2 to 6.2.3 - I assume no revbump needed Upstream changes: libstatgrab 0.17 (21 February 2010) * Provide iowait cpu information on Linux version 2.5.41 or later. * Display data for ZFS on Solaris. * Dynamically get list of valid filesystems on FreeBSD. (Thanks to Baptiste Daroussin) * Support FreeBSD 9. * Use utmpx when available (required for FreeBSD 9). (Thanks to Ed Schouten) * Support larger amounts of memory on FreeBSD. (Thanks to Tom Bird)
31 lines
937 B
Makefile
31 lines
937 B
Makefile
# $NetBSD: Makefile,v 1.19 2010/08/24 06:33:10 sno Exp $
|
|
|
|
DISTNAME= libstatgrab-0.17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
|
|
ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
|
|
http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
|
|
http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
|
|
http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.i-scream.org/libstatgrab/
|
|
COMMENT= Provides a useful interface to system statistics
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "options.mk"
|
|
|
|
USE_TOOLS+= pkg-config perl:run
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= libstatgrab.pc.in
|
|
|
|
REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-config.in
|
|
REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-index.in
|
|
|
|
CONFIGURE_ARGS+= --disable-examples
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|