From cdb4d6409d534d0f7000a4cd629bc3d608e0e3cd Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 23 May 2002 16:12:00 +0000 Subject: Add metacity-setup, a graphical configuration tool for the metacity window manaher. --- x11-wm/metacity-setup/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 x11-wm/metacity-setup/Makefile (limited to 'x11-wm/metacity-setup/Makefile') diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile new file mode 100644 index 000000000000..aed1ac862fd7 --- /dev/null +++ b/x11-wm/metacity-setup/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: metacity-setup +# Date created: 23 May 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= metacity-setup +PORTVERSION= 0.2 +CATEGORIES= x11-wm +MASTER_SITES= http://plastercast.tzo.com/~plastercast/Projects/ +DISTNAME= Metacity-setup-${PORTVERSION} + +MAINTAINER= marcus@FreeBSD.org + +LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ + gconf-2:${PORTSDIR}/devel/gconf2 + +WRKSRC= ${WRKDIR}/Metacity-setup + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_AUTOMAKE= yes +AUTOMAKE_ARGS= --add-missing +USE_LIBTOOL= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +pre-configure: + ${RM} -f ${WRKSRC}/install-sh ${WRKSRC}/COPYING ${WRKSRC}/INSTALL \ + ${WRKSRC}/mkinstalldirs ${WRKSRC}/missing + +.include -- cgit