23 lines
513 B
Makefile
23 lines
513 B
Makefile
# New ports collection makefile for: agedu
|
|
# Date created: 2011-08-17
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= agedu
|
|
PORTVERSION= 9417
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ \
|
|
LOCAL/sunpoet
|
|
DISTNAME= ${PORTNAME}-r${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A Unix utility for tracking down wasted disk space
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|