C# interface to the D-BUS messaging system.
WWW: http://www.freedesktop.org/Software/dbus BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
This commit is contained in:
parent
3474a05de5
commit
4e4a68fecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135324
4 changed files with 58 additions and 0 deletions
|
@ -196,6 +196,7 @@
|
|||
SUBDIR += darts
|
||||
SUBDIR += datadesigner
|
||||
SUBDIR += dbus
|
||||
SUBDIR += dbus-sharp
|
||||
SUBDIR += ddd
|
||||
SUBDIR += decompyle
|
||||
SUBDIR += desktop-file-utils
|
||||
|
|
46
devel/dbus-sharp/Makefile
Normal file
46
devel/dbus-sharp/Makefile
Normal file
|
@ -0,0 +1,46 @@
|
|||
# New ports collection makefile for: dbus-sharp
|
||||
# Date Created: 20041011
|
||||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 2005/05/13 06:56:04 tmclau02 Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
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/monodoc
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
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_PYTHON= yes
|
||||
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
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/mono/doc/Makefile.in
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
devel/dbus-sharp/pkg-descr
Normal file
3
devel/dbus-sharp/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
C# interface to the D-BUS messaging system.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/dbus
|
8
devel/dbus-sharp/pkg-plist
Normal file
8
devel/dbus-sharp/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/mono/dbus-sharp/dbus-sharp.dll
|
||||
lib/mono/gac/dbus-sharp/0.33.0.0__9eef2692033670f5/dbus-sharp.dll
|
||||
lib/mono/gac/dbus-sharp/0.33.0.0__9eef2692033670f5/dbus-sharp.dll.config
|
||||
lib/mono/gac/dbus-sharp/0.33.0.0__9eef2692033670f5/dbus-sharp.dll.mdb
|
||||
libdata/pkgconfig/dbus-sharp.pc
|
||||
@dirrm lib/mono/gac/dbus-sharp/0.33.0.0__9eef2692033670f5
|
||||
@dirrm lib/mono/gac/dbus-sharp
|
||||
@dirrm lib/mono/dbus-sharp
|
Loading…
Reference in a new issue