View | Details | Raw Unified | Return to bug 16438
Collapse All | Expand All

(-)gnome-icu.old/Makefile (-1 / +3 lines)
Lines 20-26 Link Here
20
USE_X_PREFIX=		YES
20
USE_X_PREFIX=		YES
21
USE_BZIP2=		YES
21
USE_BZIP2=		YES
22
GNU_CONFIGURE=		YES
22
GNU_CONFIGURE=		YES
23
CONFIGURE_ENV=		GTK_CONFIG="${GTK_CONFIG}"
23
CONFIGURE_ENV=		GTK_CONFIG="${GTK_CONFIG}" \
24
			CPPFLAGS="-I${LOCALBASE}/include" \
25
			LIBS="-L${LOCALBASE}/lib"
24
CONFIGURE_ARGS=		--datadir=${PREFIX}/share/gnome
26
CONFIGURE_ARGS=		--datadir=${PREFIX}/share/gnome
25
27
26
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)gnome-icu.old/patches/patch-ac (+11 lines)
Line 0 Link Here
1
--- po/Makefile.in.in.orig	Sat Jan 29 16:04:07 2000
2
+++ po/Makefile.in.in	Sat Jan 29 16:08:19 2000
3
@@ -19,7 +19,7 @@
4
 prefix = @prefix@
5
 exec_prefix = @exec_prefix@
6
 datadir = $(prefix)/@DATADIRNAME@
7
-localedir = $(datadir)/locale
8
+localedir = $(prefix)/share/locale
9
 gnulocaledir = $(prefix)/share/locale
10
 gettextsrcdir = $(prefix)/share/gettext/po
11
 subdir = po
(-)gnome-icu.old/pkg/PLIST (+13 lines)
Lines 36-41 Link Here
36
share/gnome/pixmaps/gnomeicu/rename.xpm
36
share/gnome/pixmaps/gnomeicu/rename.xpm
37
share/gnome/pixmaps/gnomeicu/watermark.png
37
share/gnome/pixmaps/gnomeicu/watermark.png
38
share/gnome/sounds/gnomeicu/message.wav
38
share/gnome/sounds/gnomeicu/message.wav
39
share/locale/da/LC_MESSAGES/gnomeicu.mo
40
share/locale/de/LC_MESSAGES/gnomeicu.mo
41
share/locale/es/LC_MESSAGES/gnomeicu.mo
42
share/locale/fr/LC_MESSAGES/gnomeicu.mo
43
share/locale/it/LC_MESSAGES/gnomeicu.mo
44
share/locale/ja/LC_MESSAGES/gnomeicu.mo
45
share/locale/ko/LC_MESSAGES/gnomeicu.mo
46
share/locale/no/LC_MESSAGES/gnomeicu.mo
47
share/locale/pl/LC_MESSAGES/gnomeicu.mo
48
share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
49
share/locale/tr/LC_MESSAGES/gnomeicu.mo
50
share/locale/sv/LC_MESSAGES/gnomeicu.mo
51
share/locale/uk/LC_MESSAGES/gnomeicu.mo
39
@dirrm share/gnome/sounds/gnomeicu
52
@dirrm share/gnome/sounds/gnomeicu
40
@dirrm share/gnome/pixmaps/gnomeicu
53
@dirrm share/gnome/pixmaps/gnomeicu
41
@dirrm share/gnome/help/gnomeicu/C
54
@dirrm share/gnome/help/gnomeicu/C

Return to bug 16438