freebsd-ports/sysutils/tmpreaper/Makefile
2015-01-06 09:40:16 +00:00

26 lines
515 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= tmpreaper
PORTVERSION= 1.6.13
CATEGORIES= sysutils
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Cleans up files in directories based on their age
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= sbin/tmpreaper man/man8/tmpreaper.8.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>