1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/lash/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

35 lines
867 B
Makefile

# New ports collection makefile for: lash
# Date created: 2007-01-13
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= lash
PORTVERSION= 0.5.4
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.savannah.gnu.org/releases/lash/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Session management system for JACK audio applications
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/dssi -L${LOCALBASE}/lib
USE_GMAKE= yes
USE_GNOME= gtk20 libxml2 gnomehack
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
.include <bsd.port.post.mk>