diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-09 19:26:04 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-09 19:26:04 +0000 |
commit | 1b0677ecce389778c70be3f8a0e7d6544cb6036e (patch) | |
tree | 2a7e735d8015af64b37b0f9e86e86004d319764e /devel/dbus-sharp | |
parent | 2c86df786cb97382580cbc6f5295bc4901cdf838 (diff) | |
download | ports-1b0677ecce389778c70be3f8a0e7d6544cb6036e.tar.gz ports-1b0677ecce389778c70be3f8a0e7d6544cb6036e.zip |
Make this port totally independant of devel/dbus and fix build error
introduced by latest dbus update.
Notes
Notes:
svn path=/head/; revision=176952
Diffstat (limited to 'devel/dbus-sharp')
-rw-r--r-- | devel/dbus-sharp/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index 1a45f9896a15..627e82e7d8e9 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -6,10 +6,12 @@ # $Id: Makefile,v 1.18 2006/01/02 20:54:03 tmclau02 Exp $ # +PORTNAME= dbus-sharp PORTVERSION= 0.62 PORTREVISION= 17 CATEGORIES= devel gnome -PKGNAMESUFFIX= -sharp +MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ +DISTNAME= dbus-${PORTVERSION} MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono interface to the D-BUS messaging system @@ -18,17 +20,12 @@ LIB_DEPENDS= dbus-1.3:${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} -PATCHDIR= ${.CURDIR}/files -MD5_FILE= ${.CURDIR}/distinfo -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -DBUS_SLAVE= yes USE_GNOME= gnomehack gnometarget +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-mono \ --disable-python \ --disable-gcj \ @@ -40,6 +37,9 @@ CONFIGURE_ARGS= --enable-mono \ --with-session-socket-dir=/var/tmp \ --disable-doxygen-docs \ --disable-xml-docs +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" # Disable those, since it doesn't install docs yet. #post-patch: @@ -47,4 +47,4 @@ CONFIGURE_ARGS= --enable-mono \ # ${WRKSRC}/mono/doc/Makefile.in .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include "${MASTERDIR}/Makefile" +.include <bsd.port.mk> |