summaryrefslogtreecommitdiff
path: root/sysutils/xfe/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-04-13 05:47:15 +0000
committerxtraeme <xtraeme>2007-04-13 05:47:15 +0000
commita49875aa1d066590f78c066e00a8ef187bca08c3 (patch)
tree54ec90942fd050ef8d75caf4df9971391ce14a70 /sysutils/xfe/Makefile
parent600758457a8eea0a72b639af56a14c73ee19c469 (diff)
downloadpkgsrc-a49875aa1d066590f78c066e00a8ef187bca08c3.tar.gz
Update to 0.99 (latest stable version).
Code requires fox-1.6, many improvements were added, bugs fixed, etc.
Diffstat (limited to 'sysutils/xfe/Makefile')
-rw-r--r--sysutils/xfe/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile
index cab5bff6463..902dddf8d98 100644
--- a/sysutils/xfe/Makefile
+++ b/sysutils/xfe/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2007/01/11 17:01:25 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2007/04/13 05:47:15 xtraeme Exp $
-DISTNAME= xfe-0.88
-PKGREVISION= 1
+DISTNAME= xfe-0.99
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://roland65.free.fr/xfe/
COMMENT= Fast MS-Explorer like filemanager for X
@@ -15,16 +14,13 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
-PKG_SYSCONFSUBDIR= xfe
-EGDIR= ${PREFIX}/share/examples/xfe
-CONF_FILES= ${EGDIR}/Desktop ${PKG_SYSCONFDIR}/Desktop
-
-post-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/Desktop ${EGDIR}
+SUBST_CLASSES+= conf
+SUBST_STAGE.conf= post-patch
+SUBST_FILES.conf= src/XFileExplorer.cc
+SUBST_SED.conf= -e "s|/usr/local|${PREFIX}|"
+SUBST_MESSAGE.conf= Fixing hardcoded path.
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/fox/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"