diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index b5e6cb9510b8..a6acb4c01214 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,76 +1,77 @@ PORTNAME= fuse PORTVERSION= 1.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator WWW= https://fuse-emulator.sourceforge.net LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgcrypt.so:security/libgcrypt \ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum USES= compiler:c++11-lang gettext gmake gnome localbase perl5 \ pkgconfig xorg USE_PERL5= build USE_GNOME= libxml2 glib20 USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--without-joystick # TODO needs libjsw for GTK OPTIONS_DEFINE= ICONS ROMS DOCS OPTIONS_DEFAULT= ICONS OSS GTK3 OPTIONS_SINGLE= AUDIO UI AUDIO_DESC= Audio output interface UI_DESC= User Interface ROMS_DESC= Extra ROM images (128p, 256s, Gluck, IF1, Opus, TrDOS) OPTIONS_SINGLE_AUDIO= ALSA AO OSS PULSEAUDIO OPTIONS_SINGLE_UI= GTK2 GTK3 SDL SVGALIB OPTIONS_SUB= yes ALSA_CONFIGURE_ON= --with-audio-driver=alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib AO_CONFIGURE_ON= --with-audio-driver=libao AO_LIB_DEPENDS= libao.so:audio/libao OSS_CONFIGURE_ON= --with-audio-driver=oss PULSEAUDIO_CONFIGURE_ON=--with-audio-driver=pulseaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio ICONS_USES= desktop-file-utils shared-mime-info ICONS_CONFIGURE_ENABLE= desktop-integration GTK2_USE= GNOME=cairo,gtk20 GTK2_CONFIGURE_ON= --disable-gtk3 GTK3_USE= GNOME=cairo,gtk30 GTK3_CONFIGURE_ENABLE= gtk3 SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_CONFIGURE_WITH= sdl SDL_CONFIGURE_ON= --without-gtk SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_CONFIGURE_WITH= svgalib SVGALIB_CONFIGURE_ON= --without-gtk ROMS_RUN_DEPENDS= fuse-roms>0:emulators/fuse-roms PORTDOCS= AUTHORS ChangeLog README THANKS README.copyright .include .if ${PORT_OPTIONS:MICONS} .endif post-extract: ${CP} ${WRKSRC}/roms/README.copyright ${WRKSRC} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/emulators/fuse/pkg-plist b/emulators/fuse/pkg-plist index c560e533232d..ddf7727e92cd 100644 --- a/emulators/fuse/pkg-plist +++ b/emulators/fuse/pkg-plist @@ -1,46 +1,46 @@ bin/fuse -man/man1/fuse.1.gz +share/man/man1/fuse.1.gz %%ICONS%%share/applications/fuse.desktop %%DATADIR%%/128-0.rom %%DATADIR%%/128-1.rom %%DATADIR%%/48.rom %%DATADIR%%/cassette.bmp %%DATADIR%%/disciple.rom %%SDL%%%%DATADIR%%/fuse.font %%SVGALIB%%%%DATADIR%%/fuse.font %%DATADIR%%/keyboard.scr %%GTK2%%%%DATADIR%%/menu_data.ui %%GTK3%%%%DATADIR%%/menu_data.ui %%DATADIR%%/keyboard.png %%DATADIR%%/microdrive.bmp %%DATADIR%%/plus2-0.rom %%DATADIR%%/plus2-1.rom %%DATADIR%%/plus3-0.rom %%DATADIR%%/plus3-1.rom %%DATADIR%%/plus3-2.rom %%DATADIR%%/plus3-3.rom %%DATADIR%%/plus3disk.bmp %%DATADIR%%/plus3e-0.rom %%DATADIR%%/plus3e-1.rom %%DATADIR%%/plus3e-2.rom %%DATADIR%%/plus3e-3.rom %%DATADIR%%/plusd.rom %%DATADIR%%/se-0.rom %%DATADIR%%/se-1.rom %%DATADIR%%/speccyboot-1.4.rom %%DATADIR%%/tc2048.rom %%DATADIR%%/tc2068-0.rom %%DATADIR%%/tc2068-1.rom %%ICONS%%share/icons/hicolor/128x128/apps/fuse.png %%ICONS%%share/icons/hicolor/128x128/mimetypes/application-x-spectrum.png %%ICONS%%share/icons/hicolor/16x16/apps/fuse.png %%ICONS%%share/icons/hicolor/16x16/mimetypes/application-x-spectrum.png %%ICONS%%share/icons/hicolor/256x256/apps/fuse.png %%ICONS%%share/icons/hicolor/256x256/mimetypes/application-x-spectrum.png %%ICONS%%share/icons/hicolor/32x32/apps/fuse.png %%ICONS%%share/icons/hicolor/32x32/mimetypes/application-x-spectrum.png %%ICONS%%share/icons/hicolor/48x48/apps/fuse.png %%ICONS%%share/icons/hicolor/48x48/mimetypes/application-x-spectrum.png %%ICONS%%share/icons/hicolor/64x64/apps/fuse.png %%ICONS%%share/icons/hicolor/64x64/mimetypes/application-x-spectrum.png %%ICONS%%share/mime/packages/fuse.xml