[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Wed Nov 15 08:18:03 MST 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp by tmclau02

Modified Files:
	Makefile 
Log Message:
Make port totally independent of devel/dbus like I did in the FreeBSD tree
already.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp/Makefile	2006/11/10 23:58:29	1.24
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp/Makefile	2006/11/15 15:18:03	1.25
@@ -3,13 +3,15 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.24 2006/11/10 23:58:29 tmclau02 Exp $
+#   $Id: Makefile,v 1.25 2006/11/15 15:18:03 tmclau02 Exp $
 #
 
+PORTNAME=	dbus-sharp
 PORTVERSION=	0.62
 PORTREVISION=	19
 CATEGORIES=	devel gnome
-PKGNAMESUFFIX=	-sharp
+MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
+DISTNAME=	dbus-${PORTVERSION}
 
 MAINTAINER=	bsd-sharp-list at forge.novell.com
 COMMENT=	Mono interface to the D-BUS messaging system
@@ -18,17 +20,12 @@
 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 gtksharp10
+USE_GMAKE=	yes
+USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ARGS=	--enable-mono \
 		--disable-python \
 		--disable-gcj \
@@ -40,6 +37,9 @@
 		--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:


More information about the Bsd-sharp-cvs mailing list