2008-04-09 18:18:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2008/04/09 16:18:39 jlam Exp $
|
2004-05-20 22:48:57 +02:00
|
|
|
|
2005-11-01 22:48:39 +01:00
|
|
|
DISTNAME= libstatgrab-0.12
|
2008-04-09 18:18:39 +02:00
|
|
|
PKGREVISION= 3
|
2004-05-20 22:48:57 +02:00
|
|
|
CATEGORIES= devel
|
2004-08-26 01:24:12 +02:00
|
|
|
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
|
2004-05-20 22:48:57 +02:00
|
|
|
ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
|
2004-08-26 01:24:12 +02:00
|
|
|
http://ftp.i-scream.org/pub/i-scream/libstatgrab/
|
2004-05-20 22:48:57 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-05-20 22:48:57 +02:00
|
|
|
HOMEPAGE= http://www.i-scream.org/libstatgrab/
|
|
|
|
COMMENT= Provides a useful interface to system statistics
|
|
|
|
|
2008-04-09 18:18:39 +02:00
|
|
|
.include "options.mk"
|
2004-05-20 22:48:57 +02:00
|
|
|
|
2007-08-30 21:29:15 +02:00
|
|
|
USE_TOOLS+= pkg-config perl:run
|
2008-04-09 18:18:39 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2004-05-20 22:48:57 +02:00
|
|
|
PKGCONFIG_OVERRIDE= libstatgrab.pc.in
|
|
|
|
|
2008-04-09 18:18:39 +02:00
|
|
|
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
|
|
|
|
2004-05-20 22:48:57 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-examples
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|