# New ports collection makefile for: smartmontools # Date created: 12 October 2003 # Whom: Eduard Martinescu # # $FreeBSD$ # PORTNAME= smartmontools PORTVERSION= 5.26 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= martines@rochester.rr.com COMMENT= S.M.A.R.T. disk monitoring tools USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-initscriptdir=${PREFIX}/etc/rc.d \ --with-docdir=${DOCSDIR} --enable-sample CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PROGRAMS= smartctl smartd MAN5= smartd.conf.5 MAN8= smartd.8 smartctl.8 DOCS= AUTHORS CHANGELOG INSTALL NEWS README TODO WARNINGS EXAMPLES= smartd.conf examplescripts/README examplescripts/Example? do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PROGRAMS} ${PREFIX}/sbin cd ${WRKSRC} && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5 cd ${WRKSRC} && ${INSTALL_MAN} ${MAN8} ${MANPREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/smartd.conf.sample ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/smartd.initd \ ${PREFIX}/etc/rc.d/smartd.sh.sample @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include .if ${OSVERSION} < 501105 pre-everything:: @${ECHO_MSG} "WARNING: ATAng is required to support monitoring of ATA devices," @${ECHO_MSG} "ATAng is available in 5.1-CURRENT (__FreeBSD_version > 501105)." .endif post-install: ${CAT} ${PKGMESSAGE} .include files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
* - Chase x11-toolkits/fltk updategahr2010-03-241-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+1
* Use MASTER_SITE_CRITICALehaupt2008-03-281-3/+2
* Get rid of USE_X_PREFIX.ehaupt2008-03-171-2/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update to 1.1ehaupt2006-12-31