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

Annotation of pkgsrc/parallel/hwloc/Makefile, Revision 1.7

1.7     ! asau        1: # $NetBSD: Makefile,v 1.6 2012/10/02 17:11:50 tron Exp $
1.1       asau        2:
1.7     ! asau        3: DISTNAME=      hwloc-1.5
1.1       asau        4: CATEGORIES=    parallel
1.7     ! asau        5: MASTER_SITES=  http://www.open-mpi.org/software/hwloc/v1.5/downloads/
1.1       asau        6:
                      7: MAINTAINER=    asau@inbox.ru
                      8: HOMEPAGE=      http://www.open-mpi.org/projects/hwloc/
                      9: COMMENT=       Portable Hardware Locality
1.2       wiz        10: LICENSE=       modified-bsd
1.1       asau       11:
                     12: GNU_CONFIGURE= yes
                     13: USE_LIBTOOL=   yes
                     14: USE_TOOLS=     pkg-config
1.2       wiz        15: USE_TOOLS+=    aclocal automake autoconf autoreconf
1.1       asau       16:
                     17: CONFIGURE_ARGS+=       --enable-debug --enable-picky
                     18:
                     19: TEST_TARGET=   check
                     20:
                     21: pre-configure:
1.2       wiz        22:        ${RUN} cd ${WRKSRC} && autoreconf -ivf
1.1       asau       23:
                     24: # libpci??
                     25: #.include "../../graphics/cairo/buildlink3.mk" # optional
                     26: .include "../../textproc/libxml2/buildlink3.mk" # optional
                     27: .include "../../mk/curses.buildlink3.mk" # optional
                     28: .include "../../mk/pthread.buildlink3.mk"
                     29: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>