freebsd-ports/sysutils/tmpreaper/Makefile

33 lines
595 B
Makefile
Raw Normal View History

# 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
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
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
LICENSE= GPLv2
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>