diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-23 16:12:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-23 16:12:00 +0000 |
commit | cdb4d6409d534d0f7000a4cd629bc3d608e0e3cd (patch) | |
tree | b8fa20210cf5561dddccf0598373bcafae1b6815 /x11-wm/metacity-setup | |
parent | ecdb3eacd64c2b3abc5130d9807d3f8a85273656 (diff) | |
download | FreeBSD-ports-cdb4d6409d534d0f7000a4cd629bc3d608e0e3cd.zip FreeBSD-ports-cdb4d6409d534d0f7000a4cd629bc3d608e0e3cd.tar.gz |
Add metacity-setup, a graphical configuration tool for the metacity window
manaher.
Diffstat (limited to 'x11-wm/metacity-setup')
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 42 | ||||
-rw-r--r-- | x11-wm/metacity-setup/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-plist | 1 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile new file mode 100644 index 0000000..aed1ac8 --- /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 <marcus@FreeBSD.org> +# +# $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 <bsd.port.mk> diff --git a/x11-wm/metacity-setup/distinfo b/x11-wm/metacity-setup/distinfo new file mode 100644 index 0000000..d927101 --- /dev/null +++ b/x11-wm/metacity-setup/distinfo @@ -0,0 +1 @@ +MD5 (Metacity-setup-0.2.tar.gz) = 44b376156595a0ef2ffd86372bc46041 diff --git a/x11-wm/metacity-setup/pkg-comment b/x11-wm/metacity-setup/pkg-comment new file mode 100644 index 0000000..9a1ff58 --- /dev/null +++ b/x11-wm/metacity-setup/pkg-comment @@ -0,0 +1 @@ +A graphical configurator tool for the metacity window manager diff --git a/x11-wm/metacity-setup/pkg-descr b/x11-wm/metacity-setup/pkg-descr new file mode 100644 index 0000000..80fa9d5 --- /dev/null +++ b/x11-wm/metacity-setup/pkg-descr @@ -0,0 +1,3 @@ +A graphical setup tool for the metacity window manager. + +WWW: http://plastercast.tzo.com/~plastercast/Projects/ diff --git a/x11-wm/metacity-setup/pkg-plist b/x11-wm/metacity-setup/pkg-plist new file mode 100644 index 0000000..d1ccad9 --- /dev/null +++ b/x11-wm/metacity-setup/pkg-plist @@ -0,0 +1 @@ +bin/metacity-setup |