blob: a79ddbf413dddb815377054b804b6e8c275cf7c4 (
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
|
# New ports collection makefile for: specimen
# Date created: 2007-03-06
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= specimen
DISTVERSION= 0.5.2-rc3
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://zhevny.com/specimen/files/
MAINTAINER= trasz@FreeBSD.org
COMMENT= MIDI controllable audio sampler
LIB_DEPENDS= phat.0:${PORTSDIR}/x11-toolkits/phat \
jack.0:${PORTSDIR}/audio/jack \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
lash.2:${PORTSDIR}/audio/lash
BUILD_DEPENDS= jackit>=0.109.2:${PORTSDIR}/audio/jack
# Between 0.109.0 and earlier versions there was an api change in JACK.
# However, the library version number was not changed. The line above
# is supposed to work around that.
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= libxml2 libgnomecanvas
.include <bsd.port.mk>
|