freebsd-ports/audio/jamin/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

31 lines
779 B
Makefile

# New ports collection makefile for: jamin
# Date created: 2006-12-06
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= jamin
PORTVERSION= 0.95.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jamin
MAINTAINER= trasz@FreeBSD.org
COMMENT= JACK Audio Mastering interface
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
jack.0:${PORTSDIR}/audio/jack \
lo.6:${PORTSDIR}/audio/liblo
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
${LOCALBASE}/lib/ladspa/fast_lookahead_limiter_1913.so:${PORTSDIR}/audio/swhplugins
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libxml2
MAN1= jamin.1
.include <bsd.port.mk>