pkgsrc/devel/libstatgrab/Makefile

28 lines
753 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2008/04/09 16:18:39 jlam Exp $
DISTNAME= libstatgrab-0.12
PKGREVISION= 3
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/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.i-scream.org/libstatgrab/
COMMENT= Provides a useful interface to system statistics
.include "options.mk"
2007-08-30 21:29:15 +02:00
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
2007-08-30 21:29:15 +02:00
CONFIGURE_ARGS+= --disable-examples
.include "../../mk/bsd.pkg.mk"