diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-19 09:16:26 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-19 09:16:26 +0800 |
commit | 9d8d9605a6c802b1f233c53a5335c46de28faed9 (patch) | |
tree | 7376383676c62cc8d64ce8c8bdf23b4322e75afb /x11-wm/metacity/Makefile | |
parent | d7b4486f792e47fc10be82da99d7f2d768b3b9b7 (diff) | |
download | marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.tar marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.tar.gz marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.tar.bz2 marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.tar.lz marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.tar.xz marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.tar.zst marcuscom-ports-9d8d9605a6c802b1f233c53a5335c46de28faed9.zip |
Update to 2.17.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7819 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/Makefile')
-rw-r--r-- | x11-wm/metacity/Makefile | 39 |
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..fe907835e --- /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.92 2006/10/03 13:39:50 ahze Exp $ +# + +PORTNAME= metacity +PORTVERSION= 2.17.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 +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix intlhack gnomehack gconf2 +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-render +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/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> |