2007-03-27 14:24:45 +02:00
|
|
|
# New ports collection makefile for: gmidimonitor
|
|
|
|
# Date created: 2007-03-20
|
|
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmidimonitor
|
2008-07-23 12:48:01 +02:00
|
|
|
PORTVERSION= 3.4
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2007-03-27 14:24:45 +02:00
|
|
|
CATEGORIES= audio
|
2008-07-23 12:48:01 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/gmidimonitor/
|
2007-03-27 14:24:45 +02:00
|
|
|
|
2007-07-12 00:06:16 +02:00
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
2007-03-27 14:24:45 +02:00
|
|
|
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
|
2008-07-23 12:48:01 +02:00
|
|
|
CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${LOCALBASE}/include"
|
2007-03-27 14:24:45 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk20 libglade2
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|