0447d186ff
to email. Hat: portmgr
25 lines
572 B
Makefile
25 lines
572 B
Makefile
# 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>
|