aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lash/Makefile
blob: 54c99ba84b7a99103618c9de88a4e479c6d0c977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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=   6
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.6)
LIB_DEPENDS+=   readline.6:${PORTSDIR}/devel/readline
.endif

.include <bsd.port.post.mk>