Files
bsdports/system/tmpreaper/Makefile
2019-12-26 07:26:06 +00:00

22 lines
334 B
Makefile

#
# $Id$
#
PORTNAME= tmpreaper
PORTVERSION= 1.6.13
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
MAINTAINER= ziggi@inbox.ru
COMMENT= Cleans up files in directories based on their age
GNU_CONFIGURE= yes
USES+= gmake
MAKE_JOBS_SAFE= yes
PLIST_FILES+= sbin/tmpreaper
PLIST_FILES+= man/man8/tmpreaper.8.gz
.include <bsd.port.mk>
#EOF