diff options
Diffstat (limited to 'audio/linuxsampler/Makefile')
-rw-r--r-- | audio/linuxsampler/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile new file mode 100644 index 000000000000..23337c7ac235 --- /dev/null +++ b/audio/linuxsampler/Makefile @@ -0,0 +1,32 @@ +# 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.mk> |