freebsd-ports/sysutils/tmpwatch/Makefile
Baptiste Daroussin 237c8f5f5a master_site is only available in https
Reported by:	pointyhat (miwi)
2011-03-13 20:34:54 +00:00

28 lines
572 B
Makefile

# New ports collection makefile for: tmpwatch
# Date created: Feb 20, 2002
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= tmpwatch
PORTVERSION= 2.10.1
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
USE_BZIP2= yes
LICENSE= GPLv2
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>