summaryrefslogtreecommitdiffstats
path: root/devel/ndesk-dbus/Makefile
blob: 5cbbdee9f52b796fbb8c197f72322a35c581115a (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
28
29
30
31
32
33
34
35
# New ports collection makefile for:    ndesk-dbus
# Date created:             14 January 2008
# Whom:                 FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   ndesk-dbus
PORTVERSION=    0.6.0
CATEGORIES= devel
MASTER_SITES=   http://www.ndesk.org/archive/ndesk-dbus/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A C\# implementation of D-Bus

BUILD_DEPENDS=  mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=    mono:${PORTSDIR}/lang/mono

USE_GMAKE=  yes
USE_GNOME=  gnomehack gnometarget
GNU_CONFIGURE=  yes

DOCS=       AUTHORS COPYING README

.ifndef (NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>