Jaffm is a lightweight wxWindows (GTK+ interface) file manager for

Unix, written in C++. It is aimed at nonsense-free file management. It
is mostly inspired by the List View in Mac OS Finder, but also has
Unix-handy features such as an interactive location bar with Bash-style
tab completion, and a simple but elegant user interface.

WWW: http://jaffm.binary.is/

PR:		ports/96427
Submitted by:	Shaun Amott <shaun@inerd.com>
This commit is contained in:
Pav Lucistnik 2006-04-29 09:27:39 +00:00
parent 63a241ec54
commit 8572b975bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160724
4 changed files with 56 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += gnome-commander
SUBDIR += gnome-commander2
SUBDIR += gprename
SUBDIR += jaffm
SUBDIR += krusader
SUBDIR += mtoolsfm
SUBDIR += nautilus2

45
x11-fm/jaffm/Makefile Normal file
View File

@ -0,0 +1,45 @@
# New ports collection makefile for: jaffm
# Date Created: 2006-04-27
# Whom: Shaun Amott <shaun@inerd.com>
#
# $FreeBSD$
#
PORTNAME= jaffm
PORTVERSION= 1.3
CATEGORIES= x11-fm
MASTER_SITES= http://binary.is/download/
MAINTAINER= shaun@inerd.com
COMMENT= A lightweight file manager inspired by MacOS Finder
WXGTK_VER?= 2.6
USE_BZIP2= yes
USE_X_PREFIX= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${WXGTK_VER} == "2.4" || \
(exists(${X11BASE}/bin/wxgtk2-2.4-config) && \
!exists(${X11BASE}/bin/wxgtk2-2.6-config))
LIB_DEPENDS+= wx_gtk2_core-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
WXGTK_VER= 2.4
.else
LIB_DEPENDS+= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
WXGTK_VER= 2.6
.endif
post-patch:
@${REINPLACE_CMD} -e 's#^PREFIX=.*#PREFIX=${PREFIX}#' \
-e 's#$$(shell wx-config \(.*\))#`${X11BASE}/bin/wxgtk2-${WXGTK_VER}-config \1`#' \
-e 's#^FLAGS=-ggdb#FLAGS=${CFLAGS}#' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.post.mk>

3
x11-fm/jaffm/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (jaffm-1.3.tar.bz2) = 7e6572dbb64258203e8f1910ab00238f
SHA256 (jaffm-1.3.tar.bz2) = d73426330eb408767ad9075fd466b8024413e48829e899b21714eadfbda3399d
SIZE (jaffm-1.3.tar.bz2) = 24346

7
x11-fm/jaffm/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
Jaffm is a lightweight wxWindows (GTK+ interface) file manager for
Unix, written in C++. It is aimed at nonsense-free file management. It
is mostly inspired by the List View in Mac OS Finder, but also has
Unix-handy features such as an interactive location bar with Bash-style
tab completion, and a simple but elegant user interface.
WWW: http://jaffm.binary.is/