21 lines
440 B
Makefile
21 lines
440 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= agedu
|
|
PORTVERSION= 20200705.2a7d4a2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/agedu/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Unix utility for tracking down wasted disk space
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/agedu \
|
|
man/man1/agedu.1.gz
|
|
|
|
.include <bsd.port.mk>
|