2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= control and monitor storage systems using SMART
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2017-12-14 06:00:17 +00:00
|
|
|
# XXX at update time check whether C++11 is actually needed
|
2022-03-01 09:53:01 +00:00
|
|
|
DISTNAME= smartmontools-7.3
|
2005-03-08 01:47:26 +00:00
|
|
|
CATEGORIES= sysutils
|
2022-11-17 09:48:08 +00:00
|
|
|
REVISION= 0
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2017-04-21 17:08:01 +00:00
|
|
|
HOMEPAGE= https://www.smartmontools.org/
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2020-02-19 17:46:52 +00:00
|
|
|
MAINTAINER = Martin Ziemer <horrad@horrad.de>
|
|
|
|
|
2017-04-21 17:08:01 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2017-04-21 17:08:01 +00:00
|
|
|
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB= c m ${COMPILER_LIBCXX} util
|
2018-10-24 14:27:57 +00:00
|
|
|
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
2017-04-21 17:08:01 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
|
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2017-04-21 17:08:01 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2016-07-01 16:48:04 +00:00
|
|
|
CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/smartmontools \
|
2013-03-22 17:55:42 +00:00
|
|
|
--with-exampledir=${PREFIX}/share/examples/smartmontools \
|
2010-11-23 18:21:45 +00:00
|
|
|
--with-libcap-ng=no \
|
2017-12-01 17:10:48 +00:00
|
|
|
--without-drivedbdir \
|
|
|
|
--without-gnupg
|
2017-12-14 06:00:17 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --without-cxx11-option
|
|
|
|
|
2020-02-19 17:46:52 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKBUILD}/smartd_warning.sh \
|
|
|
|
${PREFIX}/share/examples/smartmontools
|
|
|
|
|
2005-03-08 01:47:26 +00:00
|
|
|
.include <bsd.port.mk>
|