[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / libstatgrab

Annotation of pkgsrc/devel/libstatgrab/Makefile, Revision 1.19

1.19    ! sno         1: # $NetBSD: Makefile,v 1.18 2009/06/05 23:33:02 zafer Exp $
1.1       xtraeme     2:
1.19    ! sno         3: DISTNAME=      libstatgrab-0.17
1.1       xtraeme     4: CATEGORIES=    devel
1.2       wiz         5: MASTER_SITES=  ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
1.1       xtraeme     6:                ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
1.16      obache      7:                http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
1.18      zafer       8:                http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
1.16      obache      9:                http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/
1.1       xtraeme    10:
1.11      jlam       11: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       xtraeme    12: HOMEPAGE=      http://www.i-scream.org/libstatgrab/
                     13: COMMENT=       Provides a useful interface to system statistics
1.17      wiz        14: LICENSE=       gnu-gpl-v2
1.1       xtraeme    15:
1.16      obache     16: PKG_DESTDIR_SUPPORT=   user-destdir
                     17:
1.15      jlam       18: .include "options.mk"
1.1       xtraeme    19:
1.13      joerg      20: USE_TOOLS+=            pkg-config perl:run
1.15      jlam       21:
                     22: GNU_CONFIGURE=         yes
                     23: USE_LIBTOOL=           yes
1.1       xtraeme    24: PKGCONFIG_OVERRIDE=    libstatgrab.pc.in
                     25:
1.15      jlam       26: REPLACE_PERL+=         src/statgrab/statgrab-make-mrtg-config.in
                     27: REPLACE_PERL+=         src/statgrab/statgrab-make-mrtg-index.in
1.13      joerg      28:
1.1       xtraeme    29: CONFIGURE_ARGS+=       --disable-examples
                     30:
                     31: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>