freebsd-ports/audio/jack-smf-utils/Makefile
Edward Tomasz Napierala d8992a1821 Jack-smf-utils is a set of two utilities - jack-smf-player and
jack-smf-recorder - whose purpose is to play and record MIDI streams
from/to Standard MIDI Files (i.e. the files with .mid extension)
using JACK MIDI.  There is also smfsh, "SMF shell" that is kind of
interactive, command line SMF files manipulation tool which started
its life as a debugging aid.  And finally libsmf, C library for
loading, writing and manipulating the contents of SMF files.

WWW:    http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/
2008-05-16 15:36:12 +00:00

27 lines
674 B
Makefile

# New ports collection makefile for: jack-smf-utils
# Date created: 2008-05-15
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jack-smf-utils
PORTVERSION= 1.0
CATEGORIES= audio
MASTER_SITES= http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trasz
MAINTAINER= trasz@FreeBSD.org
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
lash.2:${PORTSDIR}/audio/lash
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>