1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-fm/xfe/Makefile
Guido Falsi d39c32216f Update to 1.42.
Update bug reported in PR 211166.
2016-07-29 14:12:20 +00:00

38 lines
686 B
Makefile

# Created by: ptiJo
# $FreeBSD$
PORTNAME= xfe
PORTVERSION= 1.42
CATEGORIES= x11-fm
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast MS-Explorer like file manager for X
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16
USES= desktop-file-utils gmake localbase pathfix
USE_XORG= xft
USE_GNOME= intltool
GNU_CONFIGURE= yes
LDFLAGS+= -pthread
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
NLS_USES_OFF= gettext-tools
post-patch:
.for i in XFileExplorer.cpp help.h xfedefs.h
@${REINPLACE_CMD} -e \
's|/usr/local/share/xfe|${DATADIR}|g' ${WRKSRC}/src/${i}
.endfor
.include <bsd.port.mk>