summaryrefslogtreecommitdiff
path: root/sysutils/xfe/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-08-30 16:09:21 +0000
committerxtraeme <xtraeme>2003-08-30 16:09:21 +0000
commitb9d4a5918dc257f368bbe60615b96e325fac101d (patch)
treedae3668bc0d5a9a7a6e6093298a7611340861d86 /sysutils/xfe/Makefile
parenta4bb6d1641abc7c72d4278d3e38b65ccd9fc3577 (diff)
downloadpkgsrc-b9d4a5918dc257f368bbe60615b96e325fac101d.tar.gz
Initial import of xfe 0.54.2
X File Explorer (Xfe) is an MS-Explorer like file manager for X. It is based on the popular, but discontinued, X win Commander. Xfe aims to be the file manager of choice for all the Unix Addicts! Ok'ed by wiz@
Diffstat (limited to 'sysutils/xfe/Makefile')
-rw-r--r--sysutils/xfe/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile
new file mode 100644
index 00000000000..6c1aaf91446
--- /dev/null
+++ b/sysutils/xfe/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 16:09:21 xtraeme Exp $
+#
+
+DISTNAME= xfe-0.54.2
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/}
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://xfe.sourceforge.net/
+COMMENT= Fast MS-Explorer like filemanager for X
+
+BUILD_USES_MSGFMT= yes
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_PKGINSTALL= yes
+USE_X11= 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}
+
+.include "../../x11/fox/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"