1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/ytree/Makefile
Justin M. Seger 454dc1e81f 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
1998-03-02 01:00:56 +00:00

25 lines
531 B
Makefile

# 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>