diff options
author | sada <sada@FreeBSD.org> | 2000-07-29 03:54:28 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-29 03:54:28 +0000 |
commit | 962970e6adf9361d8197e1b80feacd93cc1ec74d (patch) | |
tree | 3bae00fa87f0ee03858d720c5e15577a518b2154 | |
parent | 47490e625dbf71868a632f6875625cf36bbbe71f (diff) | |
download | FreeBSD-ports-962970e6adf9361d8197e1b80feacd93cc1ec74d.zip FreeBSD-ports-962970e6adf9361d8197e1b80feacd93cc1ec74d.tar.gz |
Upgrade to 1.0.4 nls patch-level 4.
PR: ports/20274
Submitted by: maintainer
-rw-r--r-- | x11-wm/icewm-i18n/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/icewm-i18n/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/icewm-i18n/pkg-descr | 8 | ||||
-rw-r--r-- | x11-wm/icewm-i18n/pkg-plist | 2 |
4 files changed, 15 insertions, 8 deletions
diff --git a/x11-wm/icewm-i18n/Makefile b/x11-wm/icewm-i18n/Makefile index 42d724e..e6983d6 100644 --- a/x11-wm/icewm-i18n/Makefile +++ b/x11-wm/icewm-i18n/Makefile @@ -5,17 +5,18 @@ # $FreeBSD$ # -PORTNAME= icewm-i18n +PORTNAME= icewm PORTVERSION= 1.0.4 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/ MASTER_SITE_SUBDIR= icewm +PKGNAMESUFFIX= -i18n DISTNAME= icewm-${PORTVERSION} EXTRACT_SUFX= .src.tar.gz PATCH_SITES= http://www.gnome.gr.jp/~yatt/dist/ -PATCHFILES= icewm-1.0.4-nls.patch.gz +PATCHFILES= icewm-1.0.4-nls.patch4.gz PATCH_DIST_STRIP= -p1 MAINTAINER= yatt@msc.biglobe.ne.jp @@ -42,6 +43,12 @@ CONFIGURE_ARGS+= --with-imlib --with-gnome-menus CONFIGURE_ARGS+= --without-imlib --without-gnome-menus .endif +.SILENT: +.if !defined(WITH_GNOME) +pre-extract: + ${ECHO} "You can add hooks for Gnome by defining WITH_GNOME" +.endif + post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm \ ${PREFIX}/share/icewm/taskbar diff --git a/x11-wm/icewm-i18n/distinfo b/x11-wm/icewm-i18n/distinfo index 173b125..aee4a3b 100644 --- a/x11-wm/icewm-i18n/distinfo +++ b/x11-wm/icewm-i18n/distinfo @@ -1,2 +1,2 @@ MD5 (icewm-1.0.4.src.tar.gz) = 31d6fd8b94fd1becab0de15d4a8e4eb4 -MD5 (icewm-1.0.4-nls.patch.gz) = 87b9e2e33034902a0b58a0c3aef73b16 +MD5 (icewm-1.0.4-nls.patch4.gz) = f02c3c5ce57f25b7c15e3e952b6ea255 diff --git a/x11-wm/icewm-i18n/pkg-descr b/x11-wm/icewm-i18n/pkg-descr index eaeb0af..c5792eb 100644 --- a/x11-wm/icewm-i18n/pkg-descr +++ b/x11-wm/icewm-i18n/pkg-descr @@ -1,11 +1,9 @@ Window Manager designed for speed, usability and consistency. +This port applies gettextizing patch written by Yoichi ASAI. When you want gnome option, - % make -DGNOME install - -When you want i18n option, - % make -DUSE_I18N install + % make -DWITH_GNOME install 'bsd-daemon.xpm' is from Steve Farrell. -WWW: http://www.kiss.uni-lj.si/~k4fr0235/icewm/ +WWW: http://icewm.sourceforge.net/ diff --git a/x11-wm/icewm-i18n/pkg-plist b/x11-wm/icewm-i18n/pkg-plist index 84c04cb..533256b 100644 --- a/x11-wm/icewm-i18n/pkg-plist +++ b/x11-wm/icewm-i18n/pkg-plist @@ -192,7 +192,9 @@ share/icewm/themes/win95/minimize.xpm share/icewm/themes/win95/restore.xpm share/icewm/toolbar share/icewm/winoptions +share/locale/de/LC_MESSAGES/icewm.mo share/locale/ja/LC_MESSAGES/icewm.mo +share/locale/ru/LC_MESSAGES/icewm.mo @dirrm share/icewm/icons @dirrm share/icewm/ledclock @dirrm share/icewm/mailbox |