diff options
Diffstat (limited to 'wm/compiz-fusion-plugins-extra/Makefile')
-rw-r--r-- | wm/compiz-fusion-plugins-extra/Makefile | 55 |
1 files changed, 33 insertions, 22 deletions
diff --git a/wm/compiz-fusion-plugins-extra/Makefile b/wm/compiz-fusion-plugins-extra/Makefile index 754f0bea7a8..c2d2807aa3e 100644 --- a/wm/compiz-fusion-plugins-extra/Makefile +++ b/wm/compiz-fusion-plugins-extra/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:23 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/11/26 20:03:21 imil Exp $ # -DISTNAME= compiz-fusion-plugins-extra-0.6.0 -PKGREVISION= 1 +PKGVER= 0.8.4 +PKGNAME= compiz-fusion-plugins-extra-${PKGVER} +DISTNAME= compiz-plugins-extra-${PKGVER} CATEGORIES= wm x11 -MASTER_SITES= http://releases.compiz-fusion.org/0.6.0/ +MASTER_SITES= http://releases.compiz.org/${PKGVER}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.compiz-fusion.org/ +HOMEPAGE= http://compiz.org/ COMMENT= Compositing window manager - extra plugins +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -23,23 +25,31 @@ 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 +GCONF_SCHEMAS+= compiz-3d.schemas +GCONF_SCHEMAS+= compiz-addhelper.schemas +GCONF_SCHEMAS+= compiz-animationaddon.schemas +GCONF_SCHEMAS+= compiz-bench.schemas +GCONF_SCHEMAS+= compiz-bicubic.schemas +GCONF_SCHEMAS+= compiz-crashhandler.schemas +GCONF_SCHEMAS+= compiz-cubeaddon.schemas +GCONF_SCHEMAS+= compiz-extrawm.schemas +GCONF_SCHEMAS+= compiz-fadedesktop.schemas +GCONF_SCHEMAS+= compiz-firepaint.schemas +GCONF_SCHEMAS+= compiz-gears.schemas +GCONF_SCHEMAS+= compiz-grid.schemas +GCONF_SCHEMAS+= compiz-group.schemas +GCONF_SCHEMAS+= compiz-loginout.schemas +GCONF_SCHEMAS+= compiz-maximumize.schemas +GCONF_SCHEMAS+= compiz-mblur.schemas +GCONF_SCHEMAS+= compiz-reflex.schemas +GCONF_SCHEMAS+= compiz-scalefilter.schemas +GCONF_SCHEMAS+= compiz-shelf.schemas +GCONF_SCHEMAS+= compiz-showdesktop.schemas +GCONF_SCHEMAS+= compiz-showmouse.schemas +GCONF_SCHEMAS+= compiz-splash.schemas +GCONF_SCHEMAS+= compiz-trailfocus.schemas +GCONF_SCHEMAS+= compiz-wallpaper.schemas +GCONF_SCHEMAS+= compiz-widget.schemas .include "../../devel/GConf/schemas.mk" .include "../../devel/compiz-bcop/buildlink3.mk" @@ -47,3 +57,4 @@ GCONF_SCHEMAS+= compiz-widget.schemas .include "../../graphics/jpeg/buildlink3.mk" .include "../../wm/compiz/buildlink3.mk" .include "../../mk/bsd.pkg.mk" + |