# New ports collection makefile for: D-BUS # Date Created: 22 June 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= dbus PORTVERSION= 0.23 PORTREVISION= 1 CATEGORIES?= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A message bus system for inter-application communication LIB_DEPENDS?= expat.5:${PORTSDIR}/textproc/expat2 USE_GNOME?= gnomehack gtk20 libxml2 USE_GMAKE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes USE_RC_SUBR= yes CONFIGURE_ARGS?=--enable-gtk \ --disable-python \ --disable-gcj \ --disable-mono \ --disable-mono-docs \ --with-system-pid-file=/var/run/dbus.pid \ --with-system-socket=/var/run/dbus \ --with-session-socket-dir=/var/tmp \ --disable-doxygen-docs \ --disable-xml-docs CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if !defined(DBUS_SLAVE) OPTIONS= QT "Enable Qt client support" off PLIST_SUB= VERSION="1.0" RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAN1= dbus-cleanup-sockets.1 dbus-daemon-1.1 dbus-launch.1 \ dbus-monitor.1 dbus-send.1 .endif .include .if !defined(DBUS_SLAVE) .if defined(WITH_QT) && !defined(WITHOUT_QT) CONFIGURE_ARGS+=--enable-qt PLIST_SUB+= QT="" BROKEN= configure fails when QT support is enabled .else CONFIGURE_ARGS+=--disable-qt PLIST_SUB+= QT="@comment " .endif post-patch: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/dbus.sh > ${WRKSRC}/dbus.sh post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif ${INSTALL_SCRIPT} ${WRKSRC}/dbus.sh ${PREFIX}/etc/rc.d .endif .include /npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2000-08-171-2/+2
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-2/+1
* Make sure we look in the right place for pgm.h.steve2000-05-282-7/+5
* Mark BROKEN: looks for pgm.h in ${X11BASE}, not ${LOCALBASE}kris2000-04-301-0/+2
* Update MASTER_SITES. MD5 checksums were verified.will2000-04-221-1/+1
* netpbm is installed in ${LOCALBASE] now.asami2000-04-171-1/+1
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-3/+3
* The tiff port now lives in ports/graphics/tiff.steve1999-09-071-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* chmod -> ${CHMOD}mharo1999-08-231-4/+4
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-3/+3
* Portlint clean and honor CFLAGS.steve1999-01-112-5/+7
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-252-4/+4
* Make this deinstall friendly.steve1998-10-056-55/+82
* Broken: not reinstall friendly.steve1998-10-051-1/+3
* Convert to ELF.steve1998-10-054-93/+106
* Remove regexp support for libtiff34 as it is now ELF'able.steve1998-09-191-2/+2
* Wow. Checkout the number of manpages that are in EZWGL. I think that'shoek1998-08-191-115/+0
* More makefile cleanup.tg1998-02-111-4/+4