diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 10:56:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 10:56:38 +0800 |
commit | 4fd728714792f213f153cf183764951bdb9d06c0 (patch) | |
tree | 98d0832a4a6d7c2b17f37cdbd1d90f82b2c70e39 /x11-wm | |
parent | b6b6432c6a4b92886da0287b277df4d42eb4d1cc (diff) | |
download | marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.tar marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.tar.gz marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.tar.bz2 marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.tar.lz marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.tar.xz marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.tar.zst marcuscom-ports-4fd728714792f213f153cf183764951bdb9d06c0.zip |
- Put share/gnome/* into share/ and remove depends on gnomehier
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7381 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 49 | ||||
-rw-r--r-- | x11-wm/wmakerconf/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/wmakerconf/files/patch-aa | 9 | ||||
-rw-r--r-- | x11-wm/wmakerconf/pkg-descr | 4 | ||||
-rw-r--r-- | x11-wm/wmakerconf/pkg-plist | 62 |
5 files changed, 127 insertions, 0 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile new file mode 100644 index 000000000..fd641b879 --- /dev/null +++ b/x11-wm/wmakerconf/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: wmakerconf +# Date Created: 14 August 1999 +# Whom: Dominik Rothert <dr@domix.de> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= wmakerconf +PORTVERSION= 2.11 +PORTREVISION= 2 +CATEGORIES= x11-wm +MASTER_SITES= http://www.starplot.org/wmakerconf/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A configuration tool for Window Maker + +LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker +RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm + +USE_X_PREFIX= yes +USE_GNOME= gnometarget gtk20 +USE_PERL5= yes +USE_GETTEXT= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker" + +MAN1= mkpreview.1 wmakerconf.1 + +post-extract: + @${FIND} ${WRKSRC} -name "*.gmo" -delete + +pre-configure: + @${PERL} -pi -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|: install-data-local|:|g' ${WRKSRC}/Makefile.in +.for file in data/WMWmakerconf data/WMWmakerconf.gettext + @${PERL} -pi -e 's|/usr/local/share|${LOCALBASE}|g ; \ + s|/usr/share|${X11BASE}|g' ${WRKSRC}/${file} +.endfor +.for file in data/po/ja.po po/ja.po + @${PERL} -pi -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file} +.endfor + +post-install: + @${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/wmakerconf.desktop \ + ${PREFIX}/share/applications + +.include <bsd.port.mk> diff --git a/x11-wm/wmakerconf/distinfo b/x11-wm/wmakerconf/distinfo new file mode 100644 index 000000000..b6c6c5fe9 --- /dev/null +++ b/x11-wm/wmakerconf/distinfo @@ -0,0 +1,3 @@ +MD5 (wmakerconf-2.11.tar.gz) = d98ff7f6c18cd0d6ffdfa0a990bcf698 +SHA256 (wmakerconf-2.11.tar.gz) = bd7e662988c62035f85b7fafee0911a54da87d2d3c5822b035eee4dd1ae81c89 +SIZE (wmakerconf-2.11.tar.gz) = 791166 diff --git a/x11-wm/wmakerconf/files/patch-aa b/x11-wm/wmakerconf/files/patch-aa new file mode 100644 index 000000000..1956f065f --- /dev/null +++ b/x11-wm/wmakerconf/files/patch-aa @@ -0,0 +1,9 @@ +--- scripts/wget.pl.orig Mon Jan 26 07:20:31 2004 ++++ scripts/wget.pl Wed Jun 2 01:56:42 2004 +@@ -1,5 +1,5 @@ + quit ("Wget not installed") if $wwwget eq ""; + +-$rc = system ("$wwwget --quiet -c --tries=0 -O$tmpfile '$url'"); ++$rc = system ("$wwwget --q -o $tmpfile '$url'"); + + quit ("HTTP response error.") if $rc; diff --git a/x11-wm/wmakerconf/pkg-descr b/x11-wm/wmakerconf/pkg-descr new file mode 100644 index 000000000..f87357cfa --- /dev/null +++ b/x11-wm/wmakerconf/pkg-descr @@ -0,0 +1,4 @@ +Wmakerconf is a configuration tool for the famous window manager +Window Maker. It is based on the GTK+ and Imlib libraries. + +WWW: http://www.starplot.org/wmakerconf/ diff --git a/x11-wm/wmakerconf/pkg-plist b/x11-wm/wmakerconf/pkg-plist new file mode 100644 index 000000000..1f4d64240 --- /dev/null +++ b/x11-wm/wmakerconf/pkg-plist @@ -0,0 +1,62 @@ +bin/mkpreview +bin/wmakerconf +share/applications/wmakerconf.desktop +share/locale/ca/LC_MESSAGES/wmakerconf.mo +share/locale/da/LC_MESSAGES/wmakerconf-data.mo +share/locale/da/LC_MESSAGES/wmakerconf.mo +share/locale/de/LC_MESSAGES/wmakerconf-data.mo +share/locale/de/LC_MESSAGES/wmakerconf.mo +share/locale/es_ES/LC_MESSAGES/wmakerconf-data.mo +share/locale/es_ES/LC_MESSAGES/wmakerconf.mo +share/locale/fi/LC_MESSAGES/wmakerconf.mo +share/locale/fr/LC_MESSAGES/wmakerconf.mo +share/locale/hu/LC_MESSAGES/wmakerconf.mo +share/locale/it/LC_MESSAGES/wmakerconf-data.mo +share/locale/it/LC_MESSAGES/wmakerconf.mo +share/locale/ja/LC_MESSAGES/wmakerconf-data.mo +share/locale/ja/LC_MESSAGES/wmakerconf.mo +share/locale/ko/LC_MESSAGES/wmakerconf-data.mo +share/locale/ko/LC_MESSAGES/wmakerconf.mo +share/locale/no/LC_MESSAGES/wmakerconf.mo +share/locale/pl/LC_MESSAGES/wmakerconf-data.mo +share/locale/pl/LC_MESSAGES/wmakerconf.mo +share/locale/pt_BR/LC_MESSAGES/wmakerconf-data.mo +share/locale/pt_BR/LC_MESSAGES/wmakerconf.mo +share/locale/ru/LC_MESSAGES/wmakerconf-data.mo +share/locale/ru/LC_MESSAGES/wmakerconf.mo +share/locale/sv/LC_MESSAGES/wmakerconf.mo +share/locale/tr/LC_MESSAGES/wmakerconf.mo +%%DATADIR%%/ABOUT-NLS +%%DATADIR%%/AUTHORS +%%DATADIR%%/COPYING +%%DATADIR%%/ChangeLog +%%DATADIR%%/MANUAL +%%DATADIR%%/NEWS +%%DATADIR%%/NLS-TEAM1 +%%DATADIR%%/NLS-TEAM2 +%%DATADIR%%/README +%%DATADIR%%/WMWmakerconf +%%DATADIR%%/appearance.xpm +%%DATADIR%%/black.xpm +%%DATADIR%%/desktop.xpm +%%DATADIR%%/effects.xpm +%%DATADIR%%/getfile.pl +%%DATADIR%%/libwww.pl +%%DATADIR%%/lynx.pl +%%DATADIR%%/menu.xpm +%%DATADIR%%/menustyle.xpm +%%DATADIR%%/misc.xpm +%%DATADIR%%/mouse.xpm +%%DATADIR%%/paths.xpm +%%DATADIR%%/shortcuts.xpm +%%DATADIR%%/themes.xpm +%%DATADIR%%/tiles.xpm +%%DATADIR%%/titlebar.xpm +%%DATADIR%%/upgrade.pl +%%DATADIR%%/wget.pl +%%DATADIR%%/windows.xpm +%%DATADIR%%/wm-oldmenu2new.sh +%%DATADIR%%/wmaker-version +%%DATADIR%%/wmakerconf.xpm +%%DATADIR%%/workspace.xpm +@dirrm %%DATADIR%% |