1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/lingot/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

36 lines
847 B
Makefile

# Created by: Bartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= lingot
PORTVERSION= 0.9.1
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SAVANNAH
MAINTAINER= coder@tuxfamily.org
COMMENT= LINGOT is a musical instrument tuner
LICENSE= GPLv2
USE_GNOME= gtk20 intltool libglade2
GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig
CONFIGURE_ENV= DATADIRNAME="share"
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
OPTIONS_GROUP= SOUND
OPTIONS_GROUP_SOUND= ALSA JACK
OPTIONS_DEFAULT= JACK
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
ALSA_CONFIGURE_ENABLE= alsa
JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate
JACK_CONFIGURE_ENABLE= jack
.include <bsd.port.mk>