2003-09-01 07:28:17 -04:00
|
|
|
# New ports collection makefile for: prune
|
|
|
|
# Date created: 29 August 2003
|
|
|
|
# Whom: dds
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= prune
|
|
|
|
PORTVERSION= 1.7
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.spinellis.gr/sw/unix/prune/ \
|
|
|
|
http://www.dmst.aueb.gr/dds/sw/unix/prune/
|
|
|
|
|
|
|
|
MAINTAINER= dds@FreeBSD.org
|
|
|
|
COMMENT= Prune a file set according to a given age distribution
|
|
|
|
|
|
|
|
MAN1= prune.1
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 08:12:53 -05:00
|
|
|
PLIST_FILES= bin/prune
|
2003-09-01 07:28:17 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|