2008-05-16 17:36:12 +02:00
|
|
|
# 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
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 2
|
2008-05-16 17:36:12 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF
|
2008-05-16 17:36:12 +02:00
|
|
|
|
|
|
|
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>
|