1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/sysutils/ataidle/Makefile
Sam Lawrance 7effaf5edd - Update to 0.9 (now supporting FreeBSD 6 and 7)
- Unquote IGNORE

PR:		ports/88977
Submitted by:	Bruce Cran <bruce@cran.org.uk> (maintainer)
2005-11-14 07:43:16 +00:00

35 lines
791 B
Makefile

# New ports collection makefile for: ataidle
# Date created: 2004-01-11
# Whom: Bruce Cran <bruce@cran.org.uk>
#
# $FreeBSD$
#
PORTNAME= ataidle
PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= http://www.cran.org.uk/bruce/software/
MAINTAINER= bruce@cran.org.uk
COMMENT= Utility to set spindown timeout for ATA drives
MAN8= ataidle.8
PORTDOCS= COPYING ChangeLog README
PLIST_FILES= sbin/ataidle
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ataidle ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ataidle.8 ${MAN8PREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501105
IGNORE= requires ATAng, available in 5.1-CURRENT or newer
.endif
.include <bsd.port.post.mk>