summaryrefslogtreecommitdiff
path: root/wm/compiz-fusion-plugins-extra
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-05-14 18:05:11 +0000
committerdrochner <drochner@pkgsrc.org>2008-05-14 18:05:11 +0000
commit47073cda9789cadb60dce3ac7bee14aaf4934986 (patch)
treeb31d0829d20112bd875e8e7f20da4fbd343c09d6 /wm/compiz-fusion-plugins-extra
parentfe1c19ebd1e45dc2b11ae96314767e2b84db1bb3 (diff)
downloadpkgsrc-47073cda9789cadb60dce3ac7bee14aaf4934986.tar.gz
minor fixes: use gmake (it builds without, but some pattern rules are
ignored so we could get surprises later), fix gconf and PLIST
Diffstat (limited to 'wm/compiz-fusion-plugins-extra')
-rw-r--r--wm/compiz-fusion-plugins-extra/Makefile22
1 files changed, 20 insertions, 2 deletions
diff --git a/wm/compiz-fusion-plugins-extra/Makefile b/wm/compiz-fusion-plugins-extra/Makefile
index 8e672baded3..1190853e1f9 100644
--- a/wm/compiz-fusion-plugins-extra/Makefile
+++ b/wm/compiz-fusion-plugins-extra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/05/12 13:20:17 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/14 18:05:11 drochner Exp $
#
DISTNAME= compiz-fusion-plugins-extra-0.6.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.compiz-fusion.org/
COMMENT= Compositing window manager - extra plugins
GNU_CONFIGURE= yes
-USE_TOOLS+= intltool pkg-config msgfmt
+USE_TOOLS+= intltool pkg-config msgfmt gmake
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
@@ -20,6 +20,24 @@ PKGCONFIG_OVERRIDE+= compiz-text.pc.in
CONFIGURE_ARGS+= --disable-inotify
CONFIGURE_ARGS+= --enable-schemas
+GCONF_SCHEMAS+= compiz-addhelper.schemas
+GCONF_SCHEMAS+= compiz-bench.schemas
+GCONF_SCHEMAS+= compiz-crashhandler.schemas
+GCONF_SCHEMAS+= compiz-cubecaps.schemas
+GCONF_SCHEMAS+= compiz-cubereflex.schemas
+GCONF_SCHEMAS+= compiz-extrawm.schemas
+GCONF_SCHEMAS+= compiz-fadedesktop.schemas
+GCONF_SCHEMAS+= compiz-firepaint.schemas
+GCONF_SCHEMAS+= compiz-gears.schemas
+GCONF_SCHEMAS+= compiz-group.schemas
+GCONF_SCHEMAS+= compiz-mblur.schemas
+GCONF_SCHEMAS+= compiz-reflex.schemas
+GCONF_SCHEMAS+= compiz-scalefilter.schemas
+GCONF_SCHEMAS+= compiz-showdesktop.schemas
+GCONF_SCHEMAS+= compiz-splash.schemas
+GCONF_SCHEMAS+= compiz-trailfocus.schemas
+GCONF_SCHEMAS+= compiz-widget.schemas
+
.include "../../devel/GConf/schemas.mk"
.include "../../devel/compiz-bcop/buildlink3.mk"
.include "../../wm/compiz-fusion-plugins-main/buildlink3.mk"