aboutsummaryrefslogtreecommitdiff
path: root/audio/gmidimonitor/Makefile
blob: bf5179494c733118452106cdf5973b125c26bb11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	gmidimonitor
# Date created:		2007-03-20
# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#

PORTNAME=	gmidimonitor
PORTVERSION=	3.4
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://download.gna.org/gmidimonitor/

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
CONFIGURE_ENV=	"CFLAGS=${CFLAGS} -I${LOCALBASE}/include"
USE_GMAKE=	yes
USE_GNOME=	gtk20 libglade2

.include <bsd.port.mk>