mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
fbefd3f149
Changes since 49: DIN Is Noise 49.1: ! fixed : crash from 'delays' editor when menu toggled and plugin browser fold toggled ! /* multiple channel MIDI support
40 lines
856 B
Makefile
40 lines
856 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= din
|
|
PORTVERSION= 49.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://archive.org/download/dinisnoise_source_code/
|
|
|
|
MAINTAINER= fox@FreeBSD.org
|
|
COMMENT= Open source, cross-platform sound synthesizer
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
|
libboost_system.so:devel/boost-libs \
|
|
libjack.so:audio/jack
|
|
|
|
USES= autoreconf gl gnome sdl tcl:86+ xorg
|
|
USE_GL= gl
|
|
USE_SDL= sdl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
OPTIONS_SINGLE= BACKEND
|
|
OPTIONS_SINGLE_BACKEND= ALSA JACK
|
|
OPTIONS_DEFAULT= JACK
|
|
|
|
JACK_DESC= Uses JACK sound server
|
|
ALSA_DESC= Uses ALSA sound server
|
|
|
|
ALSA_CXXFLAGS+= -D__LINUX_ALSA__
|
|
JACK_CXXFLAGS+= -D__UNIX_JACK__
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl${TCL_VER}
|
|
LIBS+= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER} -lthr -ljack
|
|
|
|
.include <bsd.port.mk>
|