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