freebsd-ports/audio/gmidimonitor/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

28 lines
679 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.2
PORTREVISION= 1
CATEGORIES= audio
# WARNING: the path below changes with every release. It's not enough to change
# the version number above.
MASTER_SITES= https://files.bountysource.com/file/download/588/
MAINTAINER= trasz@FreeBSD.org
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>