freebsd-ports/audio/mq3/Makefile

41 lines
912 B
Makefile
Raw Normal View History

# New ports collection makefile for: mq3
# Date created: 16 Jan 2001
# Whom: Erich Zigler <erich@tacni.net>
#
# $FreeBSD$
#
PORTNAME= mq3
PORTVERSION= 8
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.mq3.org/source/
MAINTAINER= erich@tacni.net
2003-02-21 06:08:38 -05:00
COMMENT= A minimal mp3/ogg player written in Qt
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
vorbis.3:${PORTSDIR}/audio/libvorbis \
qthreads.15:${PORTSDIR}/lang/guile
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
DEPRECATED= "QT2 is obsolete"
EXPIRATION_DATE=2004-07-14
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
2003-10-27 04:11:28 -05:00
BROKEN= "Does not build"
.endif
2003-05-18 08:09:08 -04:00
.include <bsd.port.post.mk>