blob: 46837e4463634ec1f1d56f0ef54c7635c203484e (
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
|
# New ports collection makefile for: agedu
# Date created: 2011-08-17
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= agedu
PORTVERSION= 9251
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>
|