diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-25 11:22:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-25 11:22:00 +0000 |
commit | 70e768ff034c2f07d90fb0406ce87ce487aa07e1 (patch) | |
tree | a82906d62c7cdc3e21635529a84c0d041f922e10 /x11-wm/icewm | |
parent | e3f348d6c5482b211abffef4356f078f1751439a (diff) | |
download | ports-70e768ff034c2f07d90fb0406ce87ce487aa07e1.tar.gz ports-70e768ff034c2f07d90fb0406ce87ce487aa07e1.zip |
Notes
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-plist | 52 |
2 files changed, 34 insertions, 27 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 114c60c39e1c..81cc3ce816a1 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Window Manager designed for speed, usability and consistency -USE_GETTEXT= yes USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnometarget @@ -32,6 +31,14 @@ CONFIGURE_ARGS= --enable-shaped-decorations \ --with-docdir=${PREFIX}/share/doc \ --with-mkfontdir=${NONEXISTENT} +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS= +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomedesktop}!="" diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist index a3dbcc691471..6fee2ed06beb 100644 --- a/x11-wm/icewm/pkg-plist +++ b/x11-wm/icewm/pkg-plist @@ -318,32 +318,32 @@ share/icewm/themes/win95/minimize.xpm share/icewm/themes/win95/restore.xpm share/icewm/toolbar share/icewm/winoptions -share/locale/be/LC_MESSAGES/icewm.mo -share/locale/bg/LC_MESSAGES/icewm.mo -share/locale/ca/LC_MESSAGES/icewm.mo -share/locale/cs/LC_MESSAGES/icewm.mo -share/locale/de/LC_MESSAGES/icewm.mo -share/locale/en/LC_MESSAGES/icewm.mo -share/locale/es/LC_MESSAGES/icewm.mo -share/locale/fi/LC_MESSAGES/icewm.mo -share/locale/fr/LC_MESSAGES/icewm.mo -share/locale/hr/LC_MESSAGES/icewm.mo -share/locale/hu/LC_MESSAGES/icewm.mo -share/locale/it/LC_MESSAGES/icewm.mo -share/locale/ja/LC_MESSAGES/icewm.mo -share/locale/ko/LC_MESSAGES/icewm.mo -share/locale/lt/LC_MESSAGES/icewm.mo -share/locale/nl/LC_MESSAGES/icewm.mo -share/locale/no/LC_MESSAGES/icewm.mo -share/locale/pl/LC_MESSAGES/icewm.mo -share/locale/pt_BR/LC_MESSAGES/icewm.mo -share/locale/ro/LC_MESSAGES/icewm.mo -share/locale/ru/LC_MESSAGES/icewm.mo -share/locale/sl/LC_MESSAGES/icewm.mo -share/locale/sv/LC_MESSAGES/icewm.mo -share/locale/uk/LC_MESSAGES/icewm.mo -share/locale/zh_CN/LC_MESSAGES/icewm.mo -share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/be/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/bg/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/ca/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/cs/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/de/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/en/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/es/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/fi/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/fr/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/hr/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/hu/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/it/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/ja/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/ko/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/lt/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/nl/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/no/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/pl/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/ro/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/ru/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/sl/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/sv/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/uk/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo @dirrm share/icewm/themes/win95 @dirrm share/icewm/themes/warp4 @dirrm share/icewm/themes/warp3 |