summaryrefslogtreecommitdiffstats
path: root/sysutils/di/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/di/Makefile')
-rw-r--r--sysutils/di/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile
new file mode 100644
index 0000000..bd59066
--- /dev/null
+++ b/sysutils/di/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: di
+# Date created: 31 August 2002
+# Whom: Brad Lanam <bll@gentoo.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= di
+PORTVERSION= 3.7
+CATEGORIES= sysutils
+MASTER_SITES= http://www.gentoo.com/di/
+
+MAINTAINER= bll@gentoo.com
+COMMENT= A disk information utility
+
+HAS_CONFIGURE= yes
+MAN1= di.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud