aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus-sharp-glib/Makefile
blob: 5452eb0f31b1fd154107c5e9a712c00de2883912 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	dbus-sharp-glib
PORTVERSION=	0.6
DISTVERSIONPREFIX=v
CATEGORIES=	devel

MAINTAINER=	mono@FreeBSD.org
COMMENT=	D-Bus for .NET: GLib integration module

LICENSE=	MIT

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-2.0.pc:devel/dbus-sharp
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-2.0.pc:devel/dbus-sharp

USES=		autoreconf gmake pathfix pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	mono

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs

.include <bsd.port.mk>