64a734d3e0
on qt23 DEPRECATED Suggested by: eik
41 lines
912 B
Makefile
41 lines
912 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= 2
|
|
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.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
|
|
BROKEN= "Does not build"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|