blob: 34f02d71df6f9807f115a14c4a9b03e9897b069b (
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
|
# New ports collection makefile for: agef
# Date created: 21 January 2006
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
#
# $FreeBSD$
#
PORTNAME= agef
PORTVERSION= 3.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.unicamp.br/pub/unix-c/file-mgmt/ \
http://ftp.br.xemacs.org/pub/unix-c/file-mgmt/ \
http://www.scn.rain.com/pub/news/
DISTNAME= agef
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Show disk usage of file sizes and counts sorted by file age
ALL_TARGET= ${PORTNAME}
MAN8= agef.8
PLIST_FILES= bin/agef
.include <bsd.port.mk>
|