aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linuxsampler/Makefile
blob: 05231c3598121352062b39d2642773aa487d1610 (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
35
36
# New ports collection makefile for:    linuxsampler
# Date created:     2007-01-24
# Whom:         trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#

PORTNAME=   linuxsampler
PORTVERSION=    1.0.0
CATEGORIES= audio
MASTER_SITES=   http://download.linuxsampler.org/packages/

MAINTAINER= trasz@FreeBSD.org
COMMENT=    Modular MIDI sampler

LIB_DEPENDS=    jack.0:${PORTSDIR}/audio/jack \
        gig.10:${PORTSDIR}/audio/libgig \
        sqlite3.8:${PORTSDIR}/databases/sqlite3

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  "HAVE_UNIX98=1"
CFLAGS+=    "-I${LOCALBASE}/include"
USE_GMAKE=  yes
USE_GNOME=  gnomehack gnomeprefix gnometarget
USE_LDCONFIG=   yes
RESTRICTED= no commercial use
MAN1=       linuxsampler.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=     Does not compile
.endif

.include <bsd.port.post.mk>