1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-fm/jafm/Makefile
Kris Kennaway 4d6de4bdae Add back jafm which was prematurely removed by will, but mark it BROKEN
because it doesn't build with recent versions of bison.
2002-05-24 11:48:15 +00:00

27 lines
504 B
Makefile

# 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>