summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-13 05:22:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-13 05:22:02 +0800
commitf440fd4c1f107976a2838e59921fd3d3ba41c068 (patch)
tree5a97c1b93da658f6c79f80b2b40f88a5c0438d6b /x11-wm/metacity/Makefile
parent13eb5cf52f71da4b78dd2377d29a3281651af1bf (diff)
downloadmarcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.tar
marcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.tar.gz
marcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.tar.bz2
marcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.tar.lz
marcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.tar.xz
marcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.tar.zst
marcuscom-ports-f440fd4c1f107976a2838e59921fd3d3ba41c068.zip
Update to 2.21.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9925 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/Makefile')
-rw-r--r--x11-wm/metacity/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
new file mode 100644
index 000000000..fde26f82f
--- /dev/null
+++ b/x11-wm/metacity/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: metacity
+# Date created: 21 May 2002
+# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
+#
+# $FreeBSD$
+# $MCom: ports/x11-wm/metacity/Makefile,v 1.115 2007/09/16 17:06:07 ahze Exp $
+#
+
+PORTNAME= metacity
+PORTVERSION= 2.21.1
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A window manager for the adult in you
+
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+
+CONFLICTS= expocity-[0-9]*
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --enable-render
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
+
+GCONF_SCHEMAS= metacity.schemas
+
+MAN1= metacity-theme-viewer.1 metacity-window-demo.1 \
+ metacity.1
+
+.include <bsd.port.mk>