diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-02 01:00:56 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-02 01:00:56 +0000 |
commit | 454dc1e81f311c95b287993bf7dd3186789a0aee (patch) | |
tree | f4be8b37115f91c19bb728cf263c4dc2fafed98b /misc/ytree/Makefile | |
parent | Upgraded 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
Diffstat (limited to 'misc/ytree/Makefile')
-rw-r--r-- | misc/ytree/Makefile | 24 |
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> |