mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
bc2679a35c
- Most patches have been accepted upstreams. The remaining ones have been submitted on http://sourceforge.net/p/xfe/bugs/176/ Release notes: This release adds a scripts feature: like in Nautilus, users can now apply custom shell scripts to a list of selected files. See the documentation page for more information. The default keyboard shortcut for the file rename operation was changed to F2. Swedish and greek translation were updated. A spanish colombian translation was also added. And as usual, several bugs were fixed.
30 lines
616 B
Makefile
30 lines
616 B
Makefile
# Created by: ptiJo
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfe
|
|
PORTVERSION= 1.35
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Fast MS-Explorer like filemanager for X
|
|
|
|
LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
|
|
|
|
USE_XORG= xft
|
|
USE_GNOME= gnomehack intltool
|
|
USES= gettext gmake
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include -g -O0
|
|
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
|
|
|
MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|g' \
|
|
${WRKSRC}/src/XFileExplorer.cpp \
|
|
${WRKSRC}/src/help.h \
|
|
${WRKSRC}/src/xfedefs.h
|
|
|
|
.include <bsd.port.mk>
|