1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/mio2jack/Makefile
Tobias Kortkamp 7a97a31af8 New port: audio/mio2jack
Mio2jack is a tool to expose Sndio MIDI ports to JACK.

For now it only handles one-way communication, that is MIDI events
flowing in the Sndio to JACK direction.

WWW: https://github.com/martingms/mio2jack
2019-05-19 06:08:58 +00:00

31 lines
572 B
Makefile

# $FreeBSD$
PORTNAME= mio2jack
PORTVERSION= g20180501
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
COMMENT= Expose Sndio MIDI ports to JACK
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libjack.so:audio/jack \
libsndio.so:audio/sndio
USES= localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= martingms
GH_TAGNAME= 9d0de50b226539e3e61ad4f36aa74cfe160d2747
MAKEFILE= /dev/null
ALL_TARGET= mio2jack
LDFLAGS+= -ljack -lsndio
PLIST_FILES= bin/mio2jack
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mio2jack ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>