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

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

1.5     ! tv          1: # $NetBSD: Makefile,v 1.4 2004/11/15 14:26:31 reed Exp $
1.1       xtraeme     2:
1.4       reed        3: DISTNAME=      libstatgrab-0.11
1.1       xtraeme     4: CATEGORIES=    devel
1.2       wiz         5: MASTER_SITES=  ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
                      6:                http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
                      7:                ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
                      8:                http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
1.1       xtraeme     9:                ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
1.2       wiz        10:                http://ftp.i-scream.org/pub/i-scream/libstatgrab/
1.1       xtraeme    11:
                     12: MAINTAINER=    tim@bishnet.net
                     13: HOMEPAGE=      http://www.i-scream.org/libstatgrab/
                     14: COMMENT=       Provides a useful interface to system statistics
                     15:
                     16: GNU_CONFIGURE= yes
                     17: USE_LIBTOOL=   yes
                     18:
                     19: PKGCONFIG_OVERRIDE=    libstatgrab.pc.in
                     20:
                     21: CONFIGURE_ARGS+=       --disable-examples
                     22:
                     23: .include "../../mk/bsd.prefs.mk"
                     24:
                     25: BUILD_DEFS+=           WITHOUT_STATGRAB
                     26: BUILD_DEFS+=           WITHOUT_SAIDAR
                     27:
                     28: .if defined(WITHOUT_STATGRAB)
                     29: CONFIGURE_ARGS+=       --disable-statgrab
                     30: PLIST_SUBST+=          STATGRAB="@comment "
                     31: .else
                     32: PLIST_SUBST+=          STATGRAB=""
                     33: .endif
                     34:
                     35: .if defined(WITHOUT_SAIDAR)
                     36: CONFIGURE_ARGS+=       --disable-saidar
                     37: PLIST_SUBST+=          SAIDAR="@comment "
                     38: .else
                     39: PLIST_SUBST+=          SAIDAR=""
                     40: .include "../../devel/ncurses/buildlink3.mk"
                     41: .endif
                     42:
                     43: .include "../../devel/pkgconfig/buildlink3.mk"
                     44: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>