summaryrefslogtreecommitdiffstats
path: root/net-im/gnomeicu
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-03-25 14:35:28 +0000
committervanilla <vanilla@FreeBSD.org>2000-03-25 14:35:28 +0000
commit8bc2f924c6cadd94f82ca31a006923212ff9e8ae (patch)
tree40954508c717409a9b9326078c41b722738845fc /net-im/gnomeicu
parente31a1d08ab6a890e748ea6d64b49ffa38c636873 (diff)
downloadFreeBSD-ports-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.zip
FreeBSD-ports-8bc2f924c6cadd94f82ca31a006923212ff9e8ae.tar.gz
Fix net/gnome-icu to install i18n files
PR: ports/16438 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r--net-im/gnomeicu/Makefile4
-rw-r--r--net-im/gnomeicu/files/patch-ac11
-rw-r--r--net-im/gnomeicu/pkg-plist13
3 files changed, 27 insertions, 1 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile
index 884c153..68b9e49 100644
--- a/net-im/gnomeicu/Makefile
+++ b/net-im/gnomeicu/Makefile
@@ -20,7 +20,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
USE_BZIP2= YES
GNU_CONFIGURE= YES
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
.include <bsd.port.mk>
diff --git a/net-im/gnomeicu/files/patch-ac b/net-im/gnomeicu/files/patch-ac
new file mode 100644
index 0000000..c0a0427
--- /dev/null
+++ b/net-im/gnomeicu/files/patch-ac
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000
++++ po/Makefile.in.in Sat Jan 29 16:08:19 2000
+@@ -19,7 +19,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
++localedir = $(prefix)/share/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
diff --git a/net-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist
index b4ae035..89e9b43 100644
--- a/net-im/gnomeicu/pkg-plist
+++ b/net-im/gnomeicu/pkg-plist
@@ -36,6 +36,19 @@ share/gnome/pixmaps/gnomeicu/ok.xpm
share/gnome/pixmaps/gnomeicu/rename.xpm
share/gnome/pixmaps/gnomeicu/watermark.png
share/gnome/sounds/gnomeicu/message.wav
+share/locale/da/LC_MESSAGES/gnomeicu.mo
+share/locale/de/LC_MESSAGES/gnomeicu.mo
+share/locale/es/LC_MESSAGES/gnomeicu.mo
+share/locale/fr/LC_MESSAGES/gnomeicu.mo
+share/locale/it/LC_MESSAGES/gnomeicu.mo
+share/locale/ja/LC_MESSAGES/gnomeicu.mo
+share/locale/ko/LC_MESSAGES/gnomeicu.mo
+share/locale/no/LC_MESSAGES/gnomeicu.mo
+share/locale/pl/LC_MESSAGES/gnomeicu.mo
+share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
+share/locale/tr/LC_MESSAGES/gnomeicu.mo
+share/locale/sv/LC_MESSAGES/gnomeicu.mo
+share/locale/uk/LC_MESSAGES/gnomeicu.mo
@dirrm share/gnome/sounds/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/help/gnomeicu/C
OpenPOWER on IntegriCloud