openbsd-ports/sysutils/smartmontools/Makefile
ajacoutot 4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00

33 lines
764 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/12/27 14:50:23 ajacoutot Exp $
ONLY_FOR_ARCHS= amd64 i386 powerpc
COMMENT= control and monitor storage systems using SMART
DISTNAME= smartmontools-5.40
CATEGORIES= sysutils
REVISION= 2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
HOMEPAGE= http://smartmontools.sourceforge.net/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
USE_GMAKE= Yes
USE_GROFF = Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/smartmontools \
--with-libcap-ng=no \
--disable-drivedb
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++ util
.include <bsd.port.mk>