1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/sysutils/ataidle/Makefile
William Grzybowski 5e1f3577fe sysutils/ataidle: update to new WWW
- Update new project URL [1]
- Add LICENSE
- Remove useless options include

PR:		ports/183617
Submitted by:	Bruce Cran <bruce cran.org.uk>
2013-11-03 15:45:45 +00:00

28 lines
640 B
Makefile

# Created by: Bruce Cran <bruce@cran.org.uk>
# $FreeBSD$
PORTNAME= ataidle
PORTVERSION= 2.7.2
CATEGORIES= sysutils
MASTER_SITES= http://bluestop.org/ataidle/
MAINTAINER= wg@FreeBSD.org
COMMENT= Utility to spin down ATA drives
LICENSE= BSD
USE_RC_SUBR= ${PORTNAME}
PORTDOCS= Changelog README
PLIST_FILES= sbin/ataidle \
man/man8/ataidle.8.gz
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ataidle ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ataidle.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>