1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11-fm/filerunner/Makefile
Pietro Cerutti 49ee3a80c0 - Update to 14.06.18.10
Changes:
  * Found and fixed a bug in CopyAs when source is a directory.
  * Found and fixed a bug in HardLnk which caused failure if the source was
    a directory and a simple copy if the source was a file.
  * Expanded the chmod command to include chown as well.  Changed the window
    to show and allow the user to modify the mode by number, xrw... or the
    checkbox and to see what it is in those two modes.  Extended the chown
    command to aftp sftp and ftp.
2014-06-20 06:47:14 +00:00

32 lines
702 B
Makefile

# Created by: lukin
# $FreeBSD$
PORTNAME= filerunner
PORTVERSION= 14.06.18.10
CATEGORIES= x11-fm tk
MASTER_SITES= SF/${PORTNAME}/release-${PORTVERSION}
DISTNAME= fr-${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Tcl/Tk-based filemanager with FTP capabilities
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USES+= tk:run
post-patch:
${REINPLACE_CMD} -e 's|/usr/bin/env wish|${WISH}|' ${WRKSRC}/fr
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
.for file in fr frftp frcolor.tcl
@${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/${file}
.endfor
@${LN} -sf ${DATADIR}/fr ${STAGEDIR}${PREFIX}/bin/fr
.include <bsd.port.mk>