summaryrefslogtreecommitdiff
path: root/x11-fm/jafm/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /x11-fm/jafm/Makefile
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'x11-fm/jafm/Makefile')
-rw-r--r--x11-fm/jafm/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-fm/jafm/Makefile b/x11-fm/jafm/Makefile
deleted file mode 100644
index a3f321f4eaef..000000000000
--- a/x11-fm/jafm/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: jafm
-# Date created: 31 August 1998
-# Whom: brett@peloton.physics.montana.edu
-#
-# $FreeBSD$
-#
-
-PORTNAME= jafm
-PORTVERSION= 0.5
-CATEGORIES= x11-fm
-MASTER_SITES= http://www-personal.usyd.edu.au/~rlittlew/jafm/ \
- ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= X11/desktop
-
-MAINTAINER= brett@peloton.runet.edu
-COMMENT= Yet another file manager!
-
-BROKEN= "Does not build"
-
-USE_QT_VER= 1
-USE_BISON= yes
-MAKE_ENV= Cxx="${CXX}" CxxFLAGS="${CXXFLAGS}"
-ALL_TARGET= jafm
-
-MAN8= jafm.8
-
-.include <bsd.port.mk>