aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmpreaper/Makefile
blob: 6c99a6e94e7f5e6a5bce51d4a0ef02ac04f8d839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    tmpreaper
# Date created:             21 Jul 2005
# Whom:                 Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#

PORTNAME=   tmpreaper
PORTVERSION=    1.6.11
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_DEBIAN_POOL}
DISTFILES=  ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Cleans up files in directories based on their age

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

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>