summaryrefslogtreecommitdiff
path: root/sysutils/xfm/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-04 16:44:55 +0000
committercjep <cjep>2002-06-04 16:44:55 +0000
commit84227c4d1e465058ebae0507c65257b1609b6166 (patch)
tree9e64a50185ea5b484593b7546fa5c807f595bd3a /sysutils/xfm/Makefile
parentdb2a946634c420a5e139988ee8ed5cbd2f7a8344 (diff)
downloadpkgsrc-84227c4d1e465058ebae0507c65257b1609b6166.tar.gz
Initial import of sysutils/xfm-1.4.3 into the NetBSD packages collection.
XFM is a powerful file and applications manager program written using the X toolkit. It contains virtually all of the features that you would expect in a file manager -- move around your directory tree in multiple windows, and move, copy or delete files with simple mouse operations. The integrated application manager allows you to load files into your favourite applications from the file manager by dragging icons. It can also be used as a "shelf" onto which you can place files and directories that you are currently working with. Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by zuntum@.
Diffstat (limited to 'sysutils/xfm/Makefile')
-rw-r--r--sysutils/xfm/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/xfm/Makefile b/sysutils/xfm/Makefile
new file mode 100644
index 00000000000..82985b540a1
--- /dev/null
+++ b/sysutils/xfm/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 16:44:55 cjep Exp $
+# FreeBSD Id: ports/x11-fm/xfm/Makefile,v 1.20 2001/02/05 21:00:55 olgeni Exp
+
+DISTNAME= xfm-1.4.3
+CATEGORIES= sysutils x11
+MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/
+
+MAINTAINER= rxg@ms25.url.com.tw
+HOMEPAGE= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/
+COMMENT= The X File Manager
+
+WRKSRC= ${WRKDIR}/xfm-1.4.3
+
+USE_IMAKE= YES
+
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../x11/Xaw3d/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"