summaryrefslogtreecommitdiff
path: root/x11-fm/jafm/Makefile
blob: a3f321f4eaef7eae2e6d9d75811efe79cbaa90bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>