diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:35:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:35:50 +0000 |
commit | f1bb12de8e50bf76ae21f37debda60994ec7fd99 (patch) | |
tree | 1671d4beef381f12d939e34b344eb385a3af4f19 /devel/dbus-glib/Makefile | |
parent | 29adee7bb42244f34736c5c24ed18a9b269d0925 (diff) | |
download | ports-f1bb12de8e50bf76ae21f37debda60994ec7fd99.tar.gz ports-f1bb12de8e50bf76ae21f37debda60994ec7fd99.zip |
Notes
Diffstat (limited to 'devel/dbus-glib/Makefile')
-rw-r--r-- | devel/dbus-glib/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile new file mode 100644 index 000000000000..8644bd1c0800 --- /dev/null +++ b/devel/dbus-glib/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: dbus-glib +# Date Created: 07 October 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= dbus +PORTVERSION= 0.71 +CATEGORIES= devel gnome +MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ +PKGNAMESUFFIX= -glib +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GLib bindings for the D-BUS messaging system + +LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus + +USE_GNOME= gnomehack glib20 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ + --disable-doxygen-docs \ + --disable-xml-docs +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +PLIST_SUB= VERSION="1.0" + +pre-build: + @${CP} ${FILESDIR}/dbus-bus-introspect.xml ${WRKSRC}/tools + +.include <bsd.port.mk> |