summaryrefslogtreecommitdiff
path: root/x11-fm/jafm/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-10 00:23:49 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-10 00:23:49 +0000
commit3d7d128287d50ff3419cbf82826cab48735daa3d (patch)
tree9656d247b1c49b593c18df3e54be9af303e64fa8 /x11-fm/jafm/Makefile
parentTurn on sc. (diff)
Initial import of jafm version 0.5.
Yet another file manager. PR: 7460 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes: svn path=/head/; revision=12398
Diffstat (limited to 'x11-fm/jafm/Makefile')
-rw-r--r--x11-fm/jafm/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-fm/jafm/Makefile b/x11-fm/jafm/Makefile
new file mode 100644
index 000000000000..3ed42594950b
--- /dev/null
+++ b/x11-fm/jafm/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: jafm
+# Version required: 0.5
+# Date created: 31 August 1998
+# Whom: brett@peloton.physics.montana.edu
+#
+# $Id$
+#
+
+DISTNAME= jafm-0.5
+CATEGORIES= x11-fm
+MASTER_SITES= http://www-personal.usyd.edu.au:/~rlittlew/jafm/
+
+MAINTAINER= brett@peloton.physics.montana.edu
+
+LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140
+
+USE_GMAKE= yes
+ALL_TARGET= jafm
+
+MAN8= jafm.8
+
+.include <bsd.port.mk>