mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration
for Managed D-Bus. WWW: http://mono.github.com/dbus-sharp/
This commit is contained in:
parent
691703f738
commit
1f12eb4b26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304824
@ -310,6 +310,7 @@
|
||||
SUBDIR += dbus-qt3
|
||||
SUBDIR += dbus-qt4
|
||||
SUBDIR += dbus-sharp
|
||||
SUBDIR += dbus-sharp-glib
|
||||
SUBDIR += dcmtk
|
||||
SUBDIR += dconf
|
||||
SUBDIR += ddd
|
||||
|
18
devel/dbus-sharp-glib/Makefile
Normal file
18
devel/dbus-sharp-glib/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $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
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/dbus-sharp-glib/distinfo
Normal file
2
devel/dbus-sharp-glib/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dbus-sharp-glib-0.5.0.tar.gz) = f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e
|
||||
SIZE (dbus-sharp-glib-0.5.0.tar.gz) = 95405
|
4
devel/dbus-sharp-glib/pkg-descr
Normal file
4
devel/dbus-sharp-glib/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration
|
||||
for Managed D-Bus.
|
||||
|
||||
WWW: http://mono.github.com/dbus-sharp/
|
10
devel/dbus-sharp-glib/pkg-plist
Normal file
10
devel/dbus-sharp-glib/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
lib/mono/dbus-sharp-glib-1.0/dbus-sharp-glib.dll
|
||||
lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5/dbus-sharp-glib.dll
|
||||
lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5/dbus-sharp-glib.dll.config
|
||||
lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5/dbus-sharp-glib.dll.mdb
|
||||
libdata/pkgconfig/dbus-sharp-glib-1.0.pc
|
||||
@dirrmtry libdata/pkgconfig
|
||||
@dirrmtry lib/mono/gac/dbus-sharp-glib/1.0.0.0__5675b0c3093115b5
|
||||
@dirrmtry lib/mono/gac/dbus-sharp-glib
|
||||
@dirrmtry lib/mono/dbus-sharp-glib-1.0
|
Loading…
Reference in New Issue
Block a user