1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/mq3/Makefile
Kris Kennaway 93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00

38 lines
861 B
Makefile

# New ports collection makefile for: mq3
# Date created: 16 Jan 2001
# Whom: Erich Zigler <erich@tacni.net>
#
# $FreeBSD$
#
PORTNAME= mq3
PORTVERSION= 8
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.mq3.org/source/
MAINTAINER= erich@tacni.net
COMMENT= A minimal mp3/ogg player written in Qt
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
vorbis.2:${PORTSDIR}/audio/libvorbis \
qthreads.15:${PORTSDIR}/lang/guile
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_QT_VER= 2
QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
MAKE_ENV= CPPFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib}" \
INCDIR_QT="${X11BASE}/include/qt2" \
LIBDIR_QT="${X11BASE}/lib" \
QTDIR="${X11BASE}"
CONFIGURE_ARGS= -prefix ${PREFIX} -platform FreeBSD
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
.include <bsd.port.post.mk>