3e57186a2d
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.
27 lines
753 B
Makefile
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"
|