diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-12-11 18:06:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-12-11 18:06:01 +0800 |
commit | 50ca90b261ffa6ecdb5ad5660714c32884fe7d75 (patch) | |
tree | fd18cf4dbc6512289ed6ebf644820bf1097aed4f /emulators/vice | |
parent | eb6f4bab032e0f096e4b37733371a4f48b04c96a (diff) | |
download | freebsd-ports-gnome-50ca90b261ffa6ecdb5ad5660714c32884fe7d75.tar.gz freebsd-ports-gnome-50ca90b261ffa6ecdb5ad5660714c32884fe7d75.tar.zst freebsd-ports-gnome-50ca90b261ffa6ecdb5ad5660714c32884fe7d75.zip |
- fix package info for NLS support
- fix FreeBSD 4.11 install of NLS files by forcing gmake
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 3 | ||||
-rw-r--r-- | emulators/vice/pkg-plist | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 41ca72bb744f..326dd1da842e 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -23,6 +23,7 @@ RESTRICTED= ROMs are copyrighted by Commodore Business Machines USE_XPM= yes USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_ENV+= MAKEINFOFLAGS="--no-split" @@ -63,8 +64,10 @@ LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg .if !defined(WITHOUT_NLS) USE_GETTEXT= yes LIBS+= -lgettextlib +PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " .endif .if !defined(WITHOUT_SDL) diff --git a/emulators/vice/pkg-plist b/emulators/vice/pkg-plist index 7bb385a006ea..b708e915ff15 100644 --- a/emulators/vice/pkg-plist +++ b/emulators/vice/pkg-plist @@ -7,6 +7,12 @@ bin/xcbm2 bin/xpet bin/xplus4 bin/xvic +%%NLS%%lib/locale/de/LC_MESSAGES/vice.mo +%%NLS%%lib/locale/fr/LC_MESSAGES/vice.mo +%%NLS%%lib/locale/it/LC_MESSAGES/vice.mo +%%NLS%%lib/locale/nl/LC_MESSAGES/vice.mo +%%NLS%%lib/locale/pl/LC_MESSAGES/vice.mo +%%NLS%%lib/locale/sv/LC_MESSAGES/vice.mo lib/vice/C128/basic64 lib/vice/C128/basichi lib/vice/C128/basiclo |