diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-17 05:53:09 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-17 05:53:09 +0800 |
commit | 8164dd891e10694b53a110b00a90487e58e99960 (patch) | |
tree | 08e1b82b2c743cf8753516b0f1feb12b7db21c09 /x11-wm/mutter/Makefile | |
parent | 4ad594b46ae82af8bbff6511f8d95e88fa4d3140 (diff) | |
download | marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.tar marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.tar.gz marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.tar.bz2 marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.tar.lz marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.tar.xz marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.tar.zst marcuscom-ports-8164dd891e10694b53a110b00a90487e58e99960.zip |
Add mutter, a clutter based metacity fork.
Submitted by: Pawel Worach <pawel.worach@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12650 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/mutter/Makefile')
-rw-r--r-- | x11-wm/mutter/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile new file mode 100644 index 000000000..2cd6665e7 --- /dev/null +++ b/x11-wm/mutter/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: mutter +# Date created: 14 Aug 2009 +# Whom: Pawel Worach <pawel.worach@gmail.com> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= mutter +PORTVERSION= 2.27.2 +PORTREVISION= 0 +CATEGORIES= x11-wm +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Window and compositing manager based on Clutter + +BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ + ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/devel/gir-repository +LIB_DEPENDS= girepository-1.0:${PORTSDIR}/devel/gobject-introspection \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ + clutter-glx-1.0:${PORTSDIR}/graphics/clutter +RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity + +USE_BZIP2= yes +USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm +USE_GETTEXT= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 ltverhack +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= mutter.schemas + +MAN1= mutter-message.1 mutter-theme-viewer.1 \ + mutter-window-demo.1 mutter.1 + +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> |