1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add metacity-setup, a graphical configuration tool for the metacity window

manaher.
This commit is contained in:
Joe Marcus Clarke 2002-05-23 16:12:00 +00:00
parent 1e55a31b40
commit c9d60a5ed7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59810
6 changed files with 49 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += libepplet
SUBDIR += lwm
SUBDIR += metacity
SUBDIR += metacity-setup
SUBDIR += mlvwm
SUBDIR += mosfet-liquid
SUBDIR += olvwm

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Metacity-setup-0.2.tar.gz) = 44b376156595a0ef2ffd86372bc46041

View File

@ -0,0 +1 @@
A graphical configurator tool for the metacity window manager

View File

@ -0,0 +1,3 @@
A graphical setup tool for the metacity window manager.
WWW: http://plastercast.tzo.com/~plastercast/Projects/

View File

@ -0,0 +1 @@
bin/metacity-setup