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:
parent
1e55a31b40
commit
c9d60a5ed7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59810
@ -52,6 +52,7 @@
|
||||
SUBDIR += libepplet
|
||||
SUBDIR += lwm
|
||||
SUBDIR += metacity
|
||||
SUBDIR += metacity-setup
|
||||
SUBDIR += mlvwm
|
||||
SUBDIR += mosfet-liquid
|
||||
SUBDIR += olvwm
|
||||
|
42
x11-wm/metacity-setup/Makefile
Normal file
42
x11-wm/metacity-setup/Makefile
Normal 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>
|
1
x11-wm/metacity-setup/distinfo
Normal file
1
x11-wm/metacity-setup/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Metacity-setup-0.2.tar.gz) = 44b376156595a0ef2ffd86372bc46041
|
1
x11-wm/metacity-setup/pkg-comment
Normal file
1
x11-wm/metacity-setup/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A graphical configurator tool for the metacity window manager
|
3
x11-wm/metacity-setup/pkg-descr
Normal file
3
x11-wm/metacity-setup/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A graphical setup tool for the metacity window manager.
|
||||
|
||||
WWW: http://plastercast.tzo.com/~plastercast/Projects/
|
1
x11-wm/metacity-setup/pkg-plist
Normal file
1
x11-wm/metacity-setup/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/metacity-setup
|
Loading…
Reference in New Issue
Block a user