openbsd-ports/sysutils/ipmitool/Makefile
2006-10-18 22:27:51 +00:00

27 lines
567 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/10/18 22:27:51 wilfried Exp $
COMMENT= "manage and configure devices that supports IPMI"
DISTNAME= ipmitool-1.8.8
CATEGORIES= sysutils
HOMEPAGE= http://ipmitool.sourceforge.net/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m ncurses readline crypto c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
SEPARATE_BUILD= concurrent
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>