diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-12-11 10:06:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-12-11 10:06:01 +0000 |
commit | 4cc12b8ea30f279594fc51fa169acb87dd8c3f4c (patch) | |
tree | 6fb44647d14117e7197f699dcc5f1dcd862e6718 /emulators | |
parent | c2508f9674fc16a4ebce260c670125c480fdc621 (diff) | |
download | ports-4cc12b8ea30f279594fc51fa169acb87dd8c3f4c.tar.gz ports-4cc12b8ea30f279594fc51fa169acb87dd8c3f4c.zip |
Notes
Diffstat (limited to 'emulators')
-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 |