mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
5978476c35
LIB_DEPENDS in audio With hat: portmgr
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jack-smf-utils
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
|
|
|
|
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
|
|
liblash.so:${PORTSDIR}/audio/lash
|
|
|
|
USES= pkgconfig
|
|
NO_STAGE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/smfsh bin/jack-smf-player bin/jack-smf-recorder
|
|
MAN1= jack-smf-player.1 jack-smf-recorder.1
|
|
|
|
.include <bsd.port.mk>
|