mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5708ae4005
Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
|
|
PORTNAME= jack-smf-utils
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libjack.so:audio/jack \
|
|
liblash.so:audio/lash
|
|
|
|
USES= gnome pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20
|
|
|
|
.include <bsd.port.mk>
|