aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/jafm/Makefile
blob: 080a29630024a2c2436da44aabf0292970c18c46 (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
# 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

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>