openbsd-ports/sysutils/smartmontools/Makefile

30 lines
779 B
Makefile
Raw Normal View History

2010-10-19 03:43:00 -04:00
# $OpenBSD: Makefile,v 1.10 2010/10/19 07:43:02 espie Exp $
2009-05-17 05:09:23 -04:00
# conservative setting. macppc found to have some issues.
ONLY_FOR_ARCHS= amd64 i386 powerpc
COMMENT= control and monitor storage systems using SMART
2010-03-22 06:39:57 -04:00
DISTNAME= smartmontools-5.39.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
HOMEPAGE= http://smartmontools.sourceforge.net/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
USE_GMAKE= Yes
2010-10-19 03:43:00 -04:00
USE_GROFF = Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/smartmontools
# 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>