freebsd-ports/audio/jack-smf-utils/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

24 lines
456 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= jack-smf-utils
PORTVERSION= 1.0
PORTREVISION= 8
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= pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20
.include <bsd.port.mk>