aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus-sharp/Makefile
blob: a0f5374713b7d3350849cb4d8effc20c5e6a3e8c (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
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:        dbus-sharp
# Date Created:                 20041011
# Whom:             Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $Id: Makefile,v 1.11 2005/07/04 01:04:36 tmclau02 Exp $
# $FreeBSD$
#

PORTREVISION=   4
CATEGORIES= devel gnome
PKGNAMESUFFIX=  -sharp

MAINTAINER= tmclaugh@sdf.lonestar.org
COMMENT=    Mono interface to the D-BUS messaging system

LIB_DEPENDS=    dbus-1.1:${PORTSDIR}/devel/dbus
BUILD_DEPENDS=  monodoc:${PORTSDIR}/devel/mono-tools
RUN_DEPENDS=    monodoc:${PORTSDIR}/devel/mono-tools

MASTERDIR=  ${.CURDIR}/../dbus
BUILD_WRKSRC=   ${WRKSRC}/mono
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR=      ${.CURDIR}/pkg-descr
PLIST=      ${.CURDIR}/pkg-plist

DBUS_SLAVE= yes

USE_GNOME=  gnomehack gnometarget
USE_REINPLACE=  yes
CONFIGURE_ARGS= --enable-mono \
        --disable-python \
        --disable-gcj \
        --disable-gtk \
        --disable-qt \
        --with-system-pid-file=/var/run/dbus.pid \
        --with-system-socket=/var/run/dbus \
        --with-session-socket-dir=/var/tmp \
        --disable-doxygen-docs \
        --disable-xml-docs

# Disable those, since it doesn't install docs yet.
#post-patch:
#   @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
#       ${WRKSRC}/mono/doc/Makefile.in

.include "${MASTERDIR}/Makefile"