summaryrefslogtreecommitdiff
path: root/wm/compiz/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-03-23 19:42:38 +0000
committerdrochner <drochner@pkgsrc.org>2007-03-23 19:42:38 +0000
commitd7905b71a43bc53c81fc64ba9dfa5bd7167ad40b (patch)
treefb46764ee60431d7736e7f656289881cd8a4baeb /wm/compiz/Makefile
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-d7905b71a43bc53c81fc64ba9dfa5bd7167ad40b.tar.gz
import compiz-0.3.6, a compositing window manager, with cute visual effects
notes: -yes, there is beryl... it is too complex for the pre-freeze rush -Mesa-6.5.2 is needed (not at build time, but to run). See pkgsrc-wip. -the "Composite" extension needs to be anabled in the X server -at least for intel, Option "XAANoOffscreenPixmaps" is needed, otherwise some UIs look crippled
Diffstat (limited to 'wm/compiz/Makefile')
-rw-r--r--wm/compiz/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/wm/compiz/Makefile b/wm/compiz/Makefile
new file mode 100644
index 00000000000..2d6edcf5296
--- /dev/null
+++ b/wm/compiz/Makefile
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/23 19:42:38 drochner Exp $
+#
+
+DISTNAME= compiz-0.3.6
+CATEGORIES= wm x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.go-compiz.org/
+COMMENT= Compositing window manager
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
+MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
+USE_TOOLS+= pkg-config
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+GCONF2_SCHEMAS+= gwd.schemas
+GCONF2_SCHEMAS+= compiz.schemas
+PKGCONFIG_OVERRIDE+= compiz.pc.in
+PKGCONFIG_OVERRIDE+= libdecoration/libdecoration.pc.in
+
+# this is as much as needed for the basic window decorator
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"