diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
commit | 926382e09698007dc3472481164045c6b0b9754a (patch) | |
tree | d0ae60e8f02a2f6b230176c1f2dd549262359efb /x11-wm/mutter/Makefile | |
parent | 42048341091e3810049dedfc96d4b312013ab048 (diff) | |
download | marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2 marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip |
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/mutter/Makefile')
-rw-r--r-- | x11-wm/mutter/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile deleted file mode 100644 index be2894eac..000000000 --- a/x11-wm/mutter/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: mutter -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.10 2010/02/19 06:33:15 marcus Exp $ -# - -PORTNAME= mutter -PORTVERSION= 2.29.1 -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 -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -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 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> |