1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/fmit/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

28 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= 1
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>