openbsd-ports/misc/ytree/Makefile
naddy 20f57f9e28 Import of ytree-1.71.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.

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.).
2001-01-03 18:54:09 +00:00

31 lines
765 B
Makefile

# $OpenBSD:
# $FreeBSD: ports/misc/ytree/Makefile,v 1.10 2000/04/30 20:15:23 steve Exp $
DISTNAME= ytree-1.71
CATEGORIES= misc
NEED_VERSION= 1.348
HOMEPAGE= http://www.han.de/~werner/ytree.html
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
MASTER_SITES= http://www.han.de/~werner/ \
http://openbsd.rutgers.edu/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= slang.14::devel/libslang
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ytree ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ytree
${INSTALL_DATA} ${WRKBUILD}/ytree.conf \
${PREFIX}/share/examples/ytree/ytree.conf
${INSTALL_MAN} ${WRKBUILD}/ytree.1 ${PREFIX}/man/man1
.include <bsd.port.mk>