freebsd-ports/audio/fmit/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

27 lines
666 B
Makefile

# 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= 2
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.4:${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>