1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/jack-smf-utils/Makefile
Yuri Victorovich 5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
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)
2021-08-02 09:03:15 -07:00

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>