summaryrefslogtreecommitdiff
path: root/sysutils/agedu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/agedu/Makefile')
-rw-r--r--sysutils/agedu/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/agedu/Makefile b/sysutils/agedu/Makefile
new file mode 100644
index 00000000000..4fc36d9d312
--- /dev/null
+++ b/sysutils/agedu/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 13:48:20 wiz Exp $
+#
+
+DISTNAME= agedu-r8590
+PKGNAME= ${DISTNAME:S/-r/-/}
+CATEGORIES= sysutils
+MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/agedu/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/agedu/
+COMMENT= Utility for tracking down wasted disk space
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"