1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/hwloc/Makefile
2014-08-17 18:13:46 +00:00

43 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= hwloc
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \
http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/
MAINTAINER= phd_kimberlite@yahoo.co.jp
COMMENT= Portable Hardware Locality software package
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-static \
--enable-libxml2 \
--disable-gl
USES= pkgconfig pathfix iconv libtool tar:bzip2
USE_LDCONFIG= yes
USE_GNOME= libxml2
PORTDOCS= *
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS_REASON= has not been ported to this architecture
OPTIONS_DEFINE= CAIRO DOCS
CAIRO_CONFIGURE_OFF= --disable-cairo --without-x
CAIRO_CONFIGURE_ON= --enable-cairo --with-x
CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
CAIRO_USE= XORG=x11
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${STAGEDIR}${DOCSDIR}/html/.
.include <bsd.port.mk>