freebsd-ports/sysutils/smartmontools/Makefile
Kurt Jaeger 09db03f9a2 sysutils/smartmontools: 6.4 -> 6.5
Changes:
  https://www.smartmontools.org/browser/tags/RELEASE_6_5/smartmontools/NEWS
- notable: Experimental support for NVMe devices
- HDD, SSD and USB additions to drive database
- Repatch changed update-smart-drivedb to use fetch by default

PR:		209472
Submitted by:	Leonid Nevecherya <nevecherya@gmail.com>
Approved by:	samm@os2.kiev.ua (maintainer)
2016-05-13 19:33:43 +00:00

39 lines
820 B
Makefile

# Created by: Eduard Martinescu
# $FreeBSD$
PORTNAME= smartmontools
PORTVERSION= 6.5
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= samm@os2.kiev.ua
COMMENT= S.M.A.R.T. disk monitoring tools
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= smartmontools-devel-[0-9]*
OPTIONS_DEFINE= DOCS
USES= alias gmake shebangfix
SHEBANG_FILES= examplescripts/Example5
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking \
--enable-sample \
--with-initscriptdir=${PREFIX}/etc/rc.d
SUB_FILES= pkg-message smart
USE_RC_SUBR= smartd
PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e 's| install-initdDATA| |' ${WRKSRC}/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/smart \
${STAGEDIR}${PREFIX}/etc/periodic/daily
.include <bsd.port.mk>