aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus-sharp-glib/Makefile
blob: 33a0a4a45c796c11e2a59d03bd52752f12857df4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   dbus-sharp-glib
PORTVERSION=    0.5.0
CATEGORIES= devel
MASTER_SITES=   http://cloud.github.com/downloads/mono/dbus-sharp/

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

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

USES=       pathfix pkgconfig
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

NO_STAGE=   yes
.include <bsd.port.mk>