From b78d1be4bbfe1e43185e1becc52fdd3ddddbf786 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 14 May 2008 18:05:11 +0000 Subject: minor fixes: use gmake (it builds without, but some pattern rules are ignored so we could get surprises later), fix gconf and PLIST --- wm/compiz-fusion-plugins-main/Makefile | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'wm/compiz-fusion-plugins-main') diff --git a/wm/compiz-fusion-plugins-main/Makefile b/wm/compiz-fusion-plugins-main/Makefile index d6d3bea9933..b5655715932 100644 --- a/wm/compiz-fusion-plugins-main/Makefile +++ b/wm/compiz-fusion-plugins-main/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/12 13:19:17 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/14 18:05:11 drochner Exp $ # DISTNAME= compiz-fusion-plugins-main-0.6.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Compositing window manager - main 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 @@ -21,6 +21,26 @@ PKGCONFIG_OVERRIDE+= compiz-text.pc.in CONFIGURE_ARGS+= --disable-inotify CONFIGURE_ARGS+= --enable-schemas +GCONF_SCHEMAS+= compiz-animation.schemas +GCONF_SCHEMAS+= compiz-colorfilter.schemas +GCONF_SCHEMAS+= compiz-expo.schemas +GCONF_SCHEMAS+= compiz-ezoom.schemas +GCONF_SCHEMAS+= compiz-imgjpeg.schemas +GCONF_SCHEMAS+= compiz-neg.schemas +GCONF_SCHEMAS+= compiz-opacify.schemas +GCONF_SCHEMAS+= compiz-put.schemas +GCONF_SCHEMAS+= compiz-resizeinfo.schemas +GCONF_SCHEMAS+= compiz-ring.schemas +GCONF_SCHEMAS+= compiz-scaleaddon.schemas +GCONF_SCHEMAS+= compiz-shift.schemas +GCONF_SCHEMAS+= compiz-snap.schemas +GCONF_SCHEMAS+= compiz-text.schemas +GCONF_SCHEMAS+= compiz-thumbnail.schemas +GCONF_SCHEMAS+= compiz-vpswitch.schemas +GCONF_SCHEMAS+= compiz-wall.schemas +GCONF_SCHEMAS+= compiz-winrules.schemas +GCONF_SCHEMAS+= compiz-workarounds.schemas + .include "../../devel/GConf/schemas.mk" .include "../../devel/compiz-bcop/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" -- cgit v1.2.3