aboutsummaryrefslogtreecommitdiff
path: root/audio/fmit/Makefile
blob: 50546dcec35a91a41d3e853a0e820a04bde8e6b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	fmit
# Date created:		2007-09-08
# Whom:			Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fmit
PORTVERSION=	0.97.7
PORTREVISION=	5
CATEGORIES=	audio
MASTER_SITES=	http://download.gna.org/fmit/

MAINTAINER=	trasz@FreeBSD.org
COMMENT=	Free Music Instrument Tuner

LIB_DEPENDS=	jack.0:${PORTSDIR}/audio/jack \
		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>