aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmpwatch/Makefile
blob: 314f0eb7a9920cdc515b7f51517b1d4b818a4e35 (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
# $FreeBSD$

PORTNAME=   tmpwatch
PORTVERSION=    2.11
CATEGORIES= sysutils
MASTER_SITES=   https://fedorahosted.org/releases/t/m/tmpwatch/

MAINTAINER= bapt@FreeBSD.org
COMMENT=    A utility for removing files based on when they were last accessed

LICENSE=    GPLv2

USE_BZIP2=  yes

GNU_CONFIGURE=  yes

MAN8=       tmpwatch.8
PLIST_FILES=    sbin/tmpwatch

post-patch:
    @${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c

.include <bsd.port.mk>