freebsd-ports/misc/ytree/Makefile

40 lines
940 B
Makefile
Raw Normal View History

# New ports collection makefile for: ytree
# Date created: 5 Jan 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
PORTNAME= ytree
2007-08-07 21:11:35 +02:00
PORTVERSION= 1.90
CATEGORIES= misc
MASTER_SITES= http://www.han.de/~werner/
MAINTAINER= olgeni@FreeBSD.org
2003-02-23 11:51:29 +01:00
COMMENT= DOS-XTREE(tm) look-a-like file manager
ALL_TARGET= ytree
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 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ytree
.for file in CHANGES README THANKS
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ytree
.endfor
@if [ ! -f ${PREFIX}/etc/ytree.conf ]; then \
${CP} -p ${PREFIX}/etc/ytree.conf.sample ${PREFIX}/etc/ytree.conf; \
fi
.endif
2007-10-01 11:22:24 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>