freebsd-ports/audio/fmit/Makefile

28 lines
666 B
Makefile
Raw Normal View History

# New ports collection makefile for: fmit
# Date created: 2007-09-08
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fmit
2007-12-14 19:18:59 +01:00
PORTVERSION= 0.97.7
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/fmit/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free Music Instrument Tuner
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
2009-05-18 17:08:58 +02:00
fftw3.5:${PORTSDIR}/math/fftw3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-alsa bnv_cv_qt_test_result=yes
CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_QT_VER= 3
USE_GL= glut glu gl
.include <bsd.port.mk>