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

Annotation of pkgsrc/devel/libsmi/Makefile, Revision 1.14

1.14    ! tron        1: # $NetBSD: Makefile,v 1.13 2006/11/10 20:15:17 rillig Exp $
1.1       sakamoto    2:
1.12      seb         3: DISTNAME=      libsmi-0.4.5
1.14    ! tron        4: PKGREVISION=   2
1.1       sakamoto    5: CATEGORIES=    devel net
                      6: MASTER_SITES=  ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
                      7:
1.11      wiz         8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       sakamoto    9: HOMEPAGE=      http://www.ibr.cs.tu-bs.de/projects/libsmi/
1.5       wiz        10: COMMENT=       Library to access SMI MIB information
1.1       sakamoto   11:
                     12: MIBDIR=                ${PREFIX}/share/libsmi/mibs
1.12      seb        13: PIBDIR=                ${PREFIX}/share/libsmi/pibs
                     14:
                     15: DEPENDS+=      wget-[0-9]*:../../net/wget
1.1       sakamoto   16:
1.3       wiz        17: USE_LIBTOOL=   YES
1.12      seb        18: USE_TOOLS+=    gmake
1.1       sakamoto   19: GNU_CONFIGURE= YES
1.9       rillig     20: CONFIGURE_ARGS+=--with-mibdir=${MIBDIR:Q}
1.12      seb        21: CONFIGURE_ARGS+=--with-pibdir=${PIBDIR:Q}
1.13      rillig     22: CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
1.4       hubertf    23:
1.12      seb        24: REPLACE_SH+=   tools/smicache.in
                     25: REPLACE_SH+=   tools/smistrip.in
                     26: REPLACE_SH+=   test/*.test.in
                     27:
                     28: TEST_TARGET=   check
                     29:
                     30: post-extract:
1.13      rillig     31:        rm -f ${WRKSRC}/test/smilint-smiv2.test
1.12      seb        32:
1.1       sakamoto   33: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>