7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2014/05/29 23:35:37 wiz Exp $
|
|
|
|
DISTNAME= libstatgrab-0.90
|
|
PKGREVISION= 2
|
|
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 AND gnu-lgpl-v2
|
|
|
|
.include "options.mk"
|
|
|
|
USE_TOOLS+= pkg-config perl:run
|
|
USE_LANGUAGES= c c++
|
|
|
|
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
|
|
|
|
# Default test target for Perl modules
|
|
TEST_TARGET?= test
|
|
|
|
CHECK_BUILTIN.pthread:= yes
|
|
.include "../../mk/pthread.builtin.mk"
|
|
CHECK_BUILTIN.pthread:= no
|
|
|
|
.include "../../devel/log4cplus/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|