freebsd-ports/sysutils/gstopd/Makefile
Michael Reifenberger d51451b438 Add gstopd to the ports.
gstopd stops disks (da(4) currently) after some amount of inactivity.
The inactivity is measured using GEOM(4) statistics.
2003-10-18 17:28:13 +00:00

29 lines
554 B
Makefile

# New ports collection makefile for: gstopd
# Date created: 18 Oct 2003
# Whom: Michael Reifenberger
#
# $FreeBSD$
#
PORTNAME= gstopd
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mr
MAINTAINER= mr@freebsd.org
COMMENT= GEOM stop daemon
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Needs GEOM(4)
.endif
MAN8= gstopd.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${LOCALBASE}/sbin
${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${LOCALBASE}/man/man8
.include <bsd.port.post.mk>