Qt3 bindings for the D-BUS interprocess messaging system.
WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings PR: ports/104547 Submitted by: Maxim Samsonov <xors at sendmail.ru>
This commit is contained in:
parent
d2ea05c769
commit
78d9e42a8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175881
5 changed files with 46 additions and 0 deletions
|
@ -220,6 +220,7 @@
|
|||
SUBDIR += datadesigner
|
||||
SUBDIR += dbus
|
||||
SUBDIR += dbus-glib
|
||||
SUBDIR += dbus-qt3
|
||||
SUBDIR += dbus-sharp
|
||||
SUBDIR += ddd
|
||||
SUBDIR += desktop-file-utils
|
||||
|
|
31
devel/dbus-qt3/Makefile
Normal file
31
devel/dbus-qt3/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: dbus-qt3
|
||||
# Date created: 2006-10-18
|
||||
# Whom: Maxim Samsonov <xors@sendmail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTVERSION= 0.70
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
PKGNAMESUFFIX= -qt3
|
||||
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= xors@sendmail.ru
|
||||
COMMENT= Qt3 bindings for the D-BUS messaging system
|
||||
|
||||
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
|
||||
qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= QTDIR=${X11BASE} CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
PLIST_SUB= VERSION="1.0"
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/dbus-qt3/distinfo
Normal file
3
devel/dbus-qt3/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (dbus-qt3-0.70.tar.bz2) = 9a8d4a4d560b49fb5ad034abfd3e3db5
|
||||
SHA256 (dbus-qt3-0.70.tar.bz2) = d86531f106f8172a635d57ef35b7856cb54885c50f175bd1bff374c0e5a5f5ed
|
||||
SIZE (dbus-qt3-0.70.tar.bz2) = 220305
|
3
devel/dbus-qt3/pkg-descr
Normal file
3
devel/dbus-qt3/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Qt3 bindings for the D-BUS interprocess messaging system.
|
||||
|
||||
WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings
|
8
devel/dbus-qt3/pkg-plist
Normal file
8
devel/dbus-qt3/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
include/dbus-%%VERSION%%/dbus/connection.h
|
||||
include/dbus-%%VERSION%%/dbus/dbus-qt.h
|
||||
include/dbus-%%VERSION%%/dbus/message.h
|
||||
include/dbus-%%VERSION%%/dbus/server.h
|
||||
lib/libdbus-qt-1.a
|
||||
lib/libdbus-qt-1.la
|
||||
lib/libdbus-qt-1.so
|
||||
lib/libdbus-qt-1.so.1
|
Loading…
Reference in a new issue