Edit

IABSD.fr/ports/sysutils/ipmitool/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2013-03-21 08:45:11
    Hash : 58f1a6f9
    Message : USE_LIBTOOL=Yes is the default now.

  • sysutils/ipmitool/Makefile
  • # $OpenBSD: Makefile,v 1.11 2013/03/21 08:48:54 ajacoutot Exp $
    
    COMMENT=		manage and configure devices that supports IPMI
    
    DISTNAME=		ipmitool-1.8.11
    REVISION=		0
    CATEGORIES=		sysutils
    
    HOMEPAGE=		http://ipmitool.sourceforge.net/
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=		m ncurses readline crypto c 
    
    MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=ipmitool/}
    
    SEPARATE_BUILD=		Yes
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS+=	--disable-dependency-tracking
    CONFIGURE_ARGS+=	--disable-intf-free
    CONFIGURE_ARGS+=	--disable-intf-open
    CONFIGURE_ARGS+=	--disable-intf-imb
    USE_GROFF =		Yes
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/ipmitool/
    	${INSTALL_DATA} ${WRKSRC}/contrib/README ${PREFIX}/share/ipmitool/
    .for f in bmclanconf collect_data.sh create_rrds.sh create_webpage.sh create_webpage_compact.sh ipmi.init.basic ipmi.init.redhat ipmievd.init.debian ipmievd.init.redhat ipmievd.init.suse oem_ibm_sel_map 
    	${INSTALL_SCRIPT} ${WRKSRC}/contrib/$f ${PREFIX}/share/ipmitool/
    .endfor
    
    .include <bsd.port.mk>