aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ncdu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ncdu/Makefile')
-rw-r--r--sysutils/ncdu/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
new file mode 100644
index 000000000000..63adc40521c8
--- /dev/null
+++ b/sysutils/ncdu/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ncdu
+# Date created: 24 February 2007
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ncdu
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://dev.yorhel.nl/download/ CSME
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Ncurses du(1)
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
+PLIST_FILES= bin/${PORTNAME}
+MAN1= ${PORTNAME}.1
+
+.include <bsd.port.mk>