summaryrefslogtreecommitdiff
path: root/sysutils/dbus-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dbus-glib/Makefile')
-rw-r--r--sysutils/dbus-glib/Makefile18
1 files changed, 13 insertions, 5 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile
index b0f581fa32e..c8966bb6400 100644
--- a/sysutils/dbus-glib/Makefile
+++ b/sysutils/dbus-glib/Makefile
@@ -1,19 +1,27 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/12 08:30:46 jmmv Exp $
#
DBUS_INTERFACE= glib
-DBUS_DIRS= glib tools
+DBUS_DIRS= dbus glib tools
.include "../../sysutils/dbus/Makefile.common"
-# We can't install from within the 'tools' directory automatically because
-# we'd get a lot of other utilities installed (overriding the ones in the
-# dbus package). We install dbus-monitor by hand below.
+PKGREVISION= 1
+
+# We can't install from within the 'dbus' nor 'tools' directory automatically
+# because we'd get a lot of other stuff installed (overriding files in the
+# dbus package).
INSTALL_DIRS= ${WRKSRC}/glib
INSTALLATION_DIRS= bin lib/pkgconfig man/man1
+PRINT_PLIST_AWK+= /^@dirrm include\/dbus-1.0\/dbus$$/ \
+ { print "@comment in dbus: " $$0; next; }
+
post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/include/dbus-1.0/dbus
+ ${INSTALL_DATA} ${WRKSRC}/dbus/dbus-glib*.h \
+ ${PREFIX}/include/dbus-1.0/dbus
${INSTALL_DATA} ${WRKSRC}/dbus-glib-1.pc \
${PREFIX}/lib/pkgconfig/dbus-glib-1.pc
cd ${WRKSRC}/tools && ${LIBTOOL} --mode=install \