summaryrefslogtreecommitdiff
path: root/misc/ytree/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-03-02 01:00:56 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-03-02 01:00:56 +0000
commit454dc1e81f311c95b287993bf7dd3186789a0aee (patch)
treef4be8b37115f91c19bb728cf263c4dc2fafed98b /misc/ytree/Makefile
parentUpgraded to 2.0alpha4 (diff)
Import of ports/misc/ytree
Ytree is a nifty filemanager similar to xtree. With some helper-applications (zip/zoo/tar etc.) you can also browse archive files. Viewers for "special" files are configurable (*.wav, *.gif etc.). Visit http://www.han.de/~werner/ytree.html PR: 5436 Submitted by: andy@icc.surw.chel.su
Notes
Notes: svn path=/head/; revision=9985
Diffstat (limited to 'misc/ytree/Makefile')
-rw-r--r--misc/ytree/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile
new file mode 100644
index 000000000000..44e66d659bfd
--- /dev/null
+++ b/misc/ytree/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: ytree
+# Version required: 1.61
+# Date created: 5 Jan 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= ytree-1.61
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= utils/file/managers
+
+MAINTAINER= andy@icc.surw.chel.su
+
+ALL_TARGET=
+MAN1= ytree.1
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/ytree ${PREFIX}/bin
+ @${INSTALL_DATA} ${WRKSRC}/ytree.conf ${PREFIX}/etc/ytree.conf.sample
+ @${INSTALL_MAN} ${WRKSRC}/ytree.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>