2005-07-25 07:30:59 +02:00
|
|
|
# New ports collection makefile for: tmpreaper
|
|
|
|
# Date created: 21 Jul 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tmpreaper
|
2009-09-25 10:25:54 +02:00
|
|
|
PORTVERSION= 1.6.13
|
2005-07-25 07:30:59 +02:00
|
|
|
CATEGORIES= sysutils
|
2010-10-17 17:38:44 +02:00
|
|
|
MASTER_SITES= CRITICAL
|
2005-07-25 07:30:59 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-07-25 07:30:59 +02:00
|
|
|
COMMENT= Cleans up files in directories based on their age
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-06-24 11:01:30 +02:00
|
|
|
USE_GMAKE= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2005-07-25 07:30:59 +02:00
|
|
|
|
2011-01-25 20:59:40 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2005-07-25 07:30:59 +02:00
|
|
|
PLIST_FILES= sbin/tmpreaper
|
|
|
|
PORTDOCS= README
|
|
|
|
MAN8= tmpreaper.8
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|