1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/jack-smf-utils/Makefile
Baptiste Daroussin 5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00

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>