1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/dbus-sharp/Makefile

23 lines
527 B
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTNAME= dbus-sharp
PORTVERSION= 0.7.0
PORTEPOCH= 1
CATEGORIES= devel gnome
MASTER_SITES= http://cloud.github.com/downloads/mono/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono interface to the D-BUS messaging system
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= pathfix pkgconfig
NO_STAGE= yes
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>