pkgsrc/devel/libstatgrab/Makefile
jlam 3e57186a2d + Convert to use the options framework instead of using WITHOUT_SAIDAR
and WITHOUT_STATGRAB.

+ Convert to use PLIST_VARS instead of manually passing "@comment "
  to the plist module.

Bump the PKGREVISION to 3 for the options changes.
2008-04-09 16:18:39 +00:00

27 lines
753 B
Makefile

# $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"
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"