# Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= tmpreaper PORTVERSION= 1.6.13 CATEGORIES= sysutils MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cleans up files in directories based on their age LICENSE= GPLv2 GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes PLIST_FILES= sbin/tmpreaper PORTDOCS= README MAN8= tmpreaper.8 OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif .include