1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/gmidimonitor/Makefile
Martin Wilke cacc19037f GMIDImonitor is GTK+ application that shows MIDI events.
WWW:	https://gmidimonitor.bountysource.com/

PR:		ports/110919
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-03-27 12:24:45 +00:00

26 lines
561 B
Makefile

# New ports collection makefile for: gmidimonitor
# Date created: 2007-03-20
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= gmidimonitor
PORTVERSION= 3.1
CATEGORIES= audio
MASTER_SITES= https://files.bountysource.com/file/download/583/
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= GTK+ application that shows MIDI events
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
lash.2:${PORTSDIR}/audio/lash
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsamidi
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
.include <bsd.port.mk>