diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index 9e61fb960cf5..377a195ad6c8 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,93 +1,93 @@ PORTNAME= strawberry DISTVERSION= 1.0.7 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \ https://files.jkvinge.net/packages/strawberry/ -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fork of clementine with many features WWW= https://www.strawberrymusicplayer.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs LIB_DEPENDS= libgnutls.so:security/gnutls \ libprotobuf.so:devel/protobuf \ libtag.so:audio/taglib TEST_DEPENDS= googletest>=0:devel/googletest USES= cmake compiler:c++11-lang desktop-file-utils gettext-runtime \ gettext-tools gnome gstreamer iconv:translit pkgconfig qt:5 \ sqlite tar:xz xorg USE_GNOME= glib20 USE_QT= concurrent core dbus gui linguisttools network sql sql-sqlite3 \ widgets x11extras buildtools_build qmake_build testlib_build USE_XORG= ice sm x11 xcb xext CMAKE_ARGS= -DENABLE_GSTREAMER:BOOL=true \ -DENABLE_TRANSLATIONS:BOOL=true \ -DENABLE_UDISKS2=OFF \ -DUSE_SYSTEM_TAGLIB=ON TEST_TARGET= strawberry_test SUB_FILES= pkg-message # NLS is not optional, as of 0.6.11, # src/core/utilities.cpp always includes iconv.h and calls iconv_*(). # GSTREAMER is not optional, as of 0.6.11, disabling it kills the build on # src/core/mainwindow.cpp:229:7: # error: member initializer 'transcode_dialog_' does not name a non-static data member or base class # transcode_dialog_([=]() { OPTIONS_DEFINE= AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ SUBSONIC TIDAL VLC OPTIONS_DEFAULT= ALSA MOODBAR OPTIONS_MULTI= SOUND OPTIONS_MULTI_SOUND= ALSA PULSEAUDIO AUDIOCD_DESC= Enable support for Audio CDs IPOD_DESC= Enable support for iPod Classic MOODBAR_DESC= Enable moodbar MTPDEV_DESC= Enable support for Media Transport Protocol MUSICBRAINZ_DESC= Enable tag fetching from MusicBrainz SUBSONIC_DESC= Enable support for Subsonic music streamer TIDAL_DESC= Enable support for TIDAL music service VLC_DESC= Multimedia support via (lib)vlc ALSA_CMAKE_BOOL= ENABLE_ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib AUDIOCD_CMAKE_BOOL= ENABLE_AUDIOCD AUDIOCD_LIB_DEPENDS= libcdio.so:sysutils/libcdio IPOD_CMAKE_BOOL= ENABLE_LIBGPOD IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ libimobiledevice-1.0.so:comms/libimobiledevice \ libplist-2.0.so:devel/libplist MTPDEV_CMAKE_BOOL= ENABLE_LIBMTP MTPDEV_LIB_DEPENDS= libmtp.so:multimedia/libmtp MOODBAR_CMAKE_BOOL= ENABLE_MOODBAR MOODBAR_LIB_DEPENDS= libfftw3.so:math/fftw3 MUSICBRAINZ_CMAKE_BOOL= ENABLE_CHROMAPRINT MUSICBRAINZ_LIB_DEPENDS= libchromaprint.so:audio/chromaprint PULSEAUDIO_CMAKE_BOOL= ENABLE_LIBPULSE PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio SUBSONIC_CMAKE_BOOL= ENABLE_SUBSONIC TIDAL_CMAKE_BOOL= ENABLE_TIDAL VLC_CMAKE_BOOL= ENABLE_VLC VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc .include diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 9363c802f6db..2d7b0e26b0c5 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -1,78 +1,78 @@ PORTNAME= catapult PORTVERSION= 18.0 PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= GUI for openMSX WWW= https://openmsx.org LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/GPL.txt BUILD_DEPENDS= openmsx:emulators/openmsx RUN_DEPENDS= openmsx:emulators/openmsx USES= gmake pkgconfig python gnome USE_GNOME+= libxml2 USE_WX= 3.0 MAKEFILE= GNUmakefile MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ INSTALL_SHARE_DIR="${DATADIR}" \ INSTALL_DOC_DIR="${DOCSDIR}" \ CATAPULT_FLAVOUR="portbld" \ CATAPULT_OPENMSX_BINARY="${LOCALBASE}/bin/openmsx" \ CATAPULT_OPENMSX_SHARE="${LOCALBASE}/share/openmsx" \ CATAPULT_NO_DESKTOP_HOOKS="true" \ SYMLINK_FOR_BINARY="false" \ PYTHON="${PYTHON_CMD}" MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DEBUG DOCS .include .if ${PORT_OPTIONS:MDEBUG} CFLAGS+= -DDEBUG CATAPULT_STRIP= false .else CFLAGS+= -DNDEBUG CATAPULT_STRIP= true .endif post-extract: ${CP} ${WRKSRC}/build/platform-freebsd.mk \ ${WRKSRC}/build/platform-dragonfly.mk post-patch: @${REINPLACE_CMD} 's|$$(INSTALL_BASE)|${DATADIR}|' \ ${WRKSRC}/build/info2code.mk @${REINPLACE_CMD} '/-Wno-literal/s|^CXXFLAGS|#CXXFLAGS| ; \ /--cxx/s|^CXX|#CXX| ; \ /COMPILE=/s|g++|$$(CXX)| ; \ s|@$$(CXX)|$$(CXX)|' ${WRKSRC}/build/main.mk @${REINPLACE_CMD} 's|wx-config --|${WX_CONFIG:T} --|g' \ ${WRKSRC}/build/probe.mk @${REINPLACE_CMD} '/^Exec/s|%INSTALL_BASE%|${PREFIX}| ; \ /^Icon/s|%INSTALL_BASE%|${DATADIR}| ; \ /^DocPath/s|%INSTALL_BASE%/doc|${DOCSDIR}|' \ ${WRKSRC}/desktop/openMSX-Catapult.desktop @${ECHO_CMD} > ${WRKSRC}/build/flavour-portbld.mk @${ECHO_CMD} 'CXXFLAGS+=${CXXFLAGS}' \ >> ${WRKSRC}/build/flavour-portbld.mk @${ECHO_CMD} 'LINK_FLAGS+=${LDFLAGS}' \ >> ${WRKSRC}/build/flavour-portbld.mk @${ECHO_CMD} 'CATAPULT_STRIP:=${CATAPULT_STRIP}' \ >> ${WRKSRC}/build/flavour-portbld.mk post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/resources/icons ${INSTALL_DATA} ${WRKSRC}/src/catapult.xpm \ ${STAGEDIR}${DATADIR}/resources/icons cd ${WRKSRC}/desktop && ${INSTALL_DATA} openMSX-Catapult.desktop \ ${STAGEDIR}${DESKTOPDIR} .include diff --git a/emulators/libretro-vice/Makefile b/emulators/libretro-vice/Makefile index 155798b2ad25..08ad2ad15fdc 100644 --- a/emulators/libretro-vice/Makefile +++ b/emulators/libretro-vice/Makefile @@ -1,39 +1,39 @@ PORTNAME= libretro-vice PORTVERSION= 0.20201218 CATEGORIES= emulators games PKGNAMESUFFIX= -${FLAVOR} -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= ${${FLAVOR}_COMMENT} WWW= https://github.com/libretro/vice-libretro LICENSE= GPLv2 FLAVORS= x64 x128 x64sc xcbm2 xcbm5x0 xpet xplus4 xscpu64 xvic FLAVOR?= ${FLAVORS:[1]} USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= vice-libretro GH_TAGNAME= 5725415 MAKE_ARGS= EMUTYPE=${FLAVOR} PLIST_FILES= lib/libretro/vice_${FLAVOR}_libretro.so x128_COMMENT= Commodore C128 core for libretro API x64_COMMENT= Commodore C64 core for libretro API x64sc_COMMENT= Commodore C64 core for libretro API focused on accuracy xcbm2_COMMENT= Commodore CBM-6x0/7x0 core for libretro API xcbm5x0_COMMENT= Commodore C64 core for libretro API focused on accuracy xpet_COMMENT= Commodore PET core for libretro API xplus4_COMMENT= Commodore PLUS4 core for libretro API xscpu64_COMMENT= Commodore C64+SuperCPU core for libretro API xvic_COMMENT= Commodore VIC20 core for libretro API do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/${COREDIR}/vice_${FLAVOR}_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 94fcc0378f8a..84d66c29812c 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,41 +1,41 @@ PORTNAME= openmsx DISTVERSION= 18.0 CATEGORIES= emulators -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Open source MSX emulator WWW= https://openmsx.org LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/GPL.txt LIB_DEPENDS= libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libtheora.so:multimedia/libtheora \ libao.so:audio/libao \ libfreetype.so:print/freetype2 \ libasound.so:audio/alsa-lib USES= gl gmake pkgconfig python sdl tcl USE_GCC= yes USE_GL= gl glew USE_SDL= sdl2 ttf2 USE_GITHUB= yes GH_ACCOUNT= openMSX GH_PROJECT= openMSX GH_TAGNAME= RELEASE_18_0 MAKEFILE= GNUmakefile MAKE_ARGS= INSTALL_BINARY_DIR=${PREFIX}/bin \ INSTALL_SHARE_DIR=${DATADIR} \ INSTALL_DOC_DIR=${DOCSDIR} \ OPENMSX_CXX=${CXX} \ CXXFLAGS="${CXXFLAGS}" BINARY_ALIAS= python3=${PYTHON_CMD} OPTIONS_DEFINE= DOCS .include diff --git a/games/libretro-2048/Makefile b/games/libretro-2048/Makefile index 9bd80c78d1c1..cef1423228d8 100644 --- a/games/libretro-2048/Makefile +++ b/games/libretro-2048/Makefile @@ -1,26 +1,26 @@ PORTNAME= libretro-2048 PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of 2048 puzzle game to the libretro API WWW= https://github.com/libretro/libretro-2048 LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= a8899c9 PLIST_FILES= lib/libretro/2048_libretro.so MAKEFILE= Makefile.libretro do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/2048_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-a5200/Makefile b/games/libretro-a5200/Makefile index fb3085861d3f..720f2d520b20 100644 --- a/games/libretro-a5200/Makefile +++ b/games/libretro-a5200/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-a5200 PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of Atari 5200 emulator for GCW0 WWW= https://github.com/libretro/a5200 LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= a5200 GH_TAGNAME= 599a2e5 USE_LDCONFIG= yes PLIST_FILES= lib/libretro/a5200_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/a5200_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_bsnes/Makefile b/games/libretro-beetle_bsnes/Makefile index 51d0f27043ae..83e0856073b8 100644 --- a/games/libretro-beetle_bsnes/Makefile +++ b/games/libretro-beetle_bsnes/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_bsnes PORTVERSION= 0.20220406 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen bSNES to libretro WWW= https://github.com/libretro/beetle-bsnes-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-bsnes-libretro GH_TAGNAME= d770563 PLIST_FILES= lib/libretro/mednafen_snes_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_snes_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_gba/Makefile b/games/libretro-beetle_gba/Makefile index 3f2a9f92dda5..0aaaefb71edf 100644 --- a/games/libretro-beetle_gba/Makefile +++ b/games/libretro-beetle_gba/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_gba PORTVERSION= 0.20210918 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen GBA to libretro WWW= https://github.com/libretro/beetle-gba-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-gba-libretro GH_TAGNAME= 3818257 PLIST_FILES= lib/libretro/mednafen_gba_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_gba_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_lynx/Makefile b/games/libretro-beetle_lynx/Makefile index 6fc1f54734c2..ac9694e7cdfe 100644 --- a/games/libretro-beetle_lynx/Makefile +++ b/games/libretro-beetle_lynx/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_lynx PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen Lynx to libretro, itself a fork of Handy WWW= https://github.com/libretro/beetle-lynx-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-lynx-libretro GH_TAGNAME= de0d520 PLIST_FILES= lib/libretro/mednafen_lynx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_lynx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_ngp/Makefile b/games/libretro-beetle_ngp/Makefile index b27d13d79c17..d94545f7b557 100644 --- a/games/libretro-beetle_ngp/Makefile +++ b/games/libretro-beetle_ngp/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_ngp PORTVERSION= 0.20220217 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen NGP to the libretro API WWW= https://github.com/libretro/beetle-ngp-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-ngp-libretro GH_TAGNAME= 6abc74d PLIST_FILES= lib/libretro/mednafen_ngp_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_ngp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_pce/Makefile b/games/libretro-beetle_pce/Makefile index 6d53779240a1..8d9d6dd05b9f 100644 --- a/games/libretro-beetle_pce/Makefile +++ b/games/libretro-beetle_pce/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_pce PORTVERSION= 0.20220218 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen PCE to libretro WWW= https://github.com/libretro/beetle-pce-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-pce-libretro GH_TAGNAME= ccb9096 PLIST_FILES= lib/libretro/mednafen_pce_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-beetle_pce_fast/Makefile b/games/libretro-beetle_pce_fast/Makefile index 56edf6a09d20..f461ca18548b 100644 --- a/games/libretro-beetle_pce_fast/Makefile +++ b/games/libretro-beetle_pce_fast/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_pce_fast PORTVERSION= 0.20220205 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen PCE Fast to libretro WWW= https://github.com/libretro/beetle-pce-fast-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-pce-fast-libretro GH_TAGNAME= e880168 PLIST_FILES= lib/libretro/mednafen_pce_fast_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_pcfx/Makefile b/games/libretro-beetle_pcfx/Makefile index d7ac45e4ab75..0ddff7e4f3f2 100644 --- a/games/libretro-beetle_pcfx/Makefile +++ b/games/libretro-beetle_pcfx/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_pcfx PORTVERSION= 0.20220307 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen PCFX to libretro WWW= https://github.com/libretro/beetle-gba-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-pcfx-libretro GH_TAGNAME= 00abc26 PLIST_FILES= lib/libretro/mednafen_pcfx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_pcfx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_psx/Makefile b/games/libretro-beetle_psx/Makefile index 35afb343daa1..51ea9c4f534f 100644 --- a/games/libretro-beetle_psx/Makefile +++ b/games/libretro-beetle_psx/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-beetle_psx PORTVERSION= 0.20220211 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port/fork of Mednafen PSX to the Libretro API WWW= https://github.com/libretro/beetle-psx-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-psx-libretro GH_TAGNAME= 88929ae PLIST_FILES= lib/libretro/mednafen_psx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_psx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_saturn/Makefile b/games/libretro-beetle_saturn/Makefile index 5fce7f76a4c6..faaf538169ce 100644 --- a/games/libretro-beetle_saturn/Makefile +++ b/games/libretro-beetle_saturn/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-beetle_saturn PORTVERSION= 0.20220319 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen Saturn to libretro WWW= https://github.com/libretro/beetle-saturn-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-saturn-libretro GH_TAGNAME= ae30f29 CFLAGS+= -fcommon PLIST_FILES= lib/libretro/mednafen_saturn_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_saturn_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_supergrafx/Makefile b/games/libretro-beetle_supergrafx/Makefile index c3fb6bf8267f..836ea9343e10 100644 --- a/games/libretro-beetle_supergrafx/Makefile +++ b/games/libretro-beetle_supergrafx/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_supergrafx PORTVERSION= 0.20220218 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen supergrafx to libretro WWW= https://github.com/libretro/beetle-supergrafx-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-supergrafx-libretro GH_TAGNAME= 59991a9 PLIST_FILES= lib/libretro/mednafen_supergrafx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_supergrafx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_vb/Makefile b/games/libretro-beetle_vb/Makefile index 135e22d41ccf..b8282391f143 100644 --- a/games/libretro-beetle_vb/Makefile +++ b/games/libretro-beetle_vb/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_vb PORTVERSION= 0.20220329 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen VB to libretro WWW= https://github.com/libretro/beetle-vb-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-vb-libretro GH_TAGNAME= a91437a PLIST_FILES= lib/libretro/mednafen_vb_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_vb_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-beetle_wswan/Makefile b/games/libretro-beetle_wswan/Makefile index c6517d13f2e7..5145c267b64c 100644 --- a/games/libretro-beetle_wswan/Makefile +++ b/games/libretro-beetle_wswan/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-beetle_wswan PORTVERSION= 0.20220221 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone port of Mednafen WonderSwan to libretro WWW= https://github.com/libretro/beetle-wswan-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-wswan-libretro GH_TAGNAME= 8f9fc6b PLIST_FILES= lib/libretro/mednafen_wswan_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mednafen_wswan_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-bluemsx/Makefile b/games/libretro-bluemsx/Makefile index 2b3f0883b5b8..5f06a464b7b8 100644 --- a/games/libretro-bluemsx/Makefile +++ b/games/libretro-bluemsx/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-bluemsx PORTVERSION= 0.20220213 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of blueMSX to the libretro API WWW= https://github.com/libretro/blueMSX-libretro LICENSE= GPLv3 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= blueMSX-libretro GH_TAGNAME= 92d0c41 PLIST_FILES= lib/libretro/bluemsx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/bluemsx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-cap32/Makefile b/games/libretro-cap32/Makefile index 9cd48f42ba51..3e099d39ea80 100644 --- a/games/libretro-cap32/Makefile +++ b/games/libretro-cap32/Makefile @@ -1,24 +1,24 @@ PORTNAME= libretro-cap32 PORTVERSION= 0.20220402 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Amstrad CPC computers emulator core for libretro API WWW= https://github.com/libretro/libretro-cap32 LICENSE= GPLv2 USES= compiler:c++11-lang gmake localbase USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= a1b2329 PLIST_FILES= lib/libretro/cap32_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/cap32_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-desmume2015/Makefile b/games/libretro-desmume2015/Makefile index ba2055f97379..596a28b1facb 100644 --- a/games/libretro-desmume2015/Makefile +++ b/games/libretro-desmume2015/Makefile @@ -1,37 +1,37 @@ PORTNAME= libretro-desmume2015 PORTVERSION= 0.20220405 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of Desmume to libretro based on Desmume SVN circa 2015 WWW= https://github.com/libretro/desmume2015 LICENSE= GPLv2 BROKEN_aarch64= fails to compile: invokes x86 assembler USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= desmume2015 GH_TAGNAME= af397ff PLIST_FILES= lib/libretro/desmume2015_libretro.so MAKEFILE= Makefile.freebsd .include .if ${ARCH} != aarch64 || ${ARCH} != amd64 || !${ARCH:Marmv*} || ${ARCH} != i386 MAKE_ENV+= DESMUME_JIT=0 .endif do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/desmume/desmume2015_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-dosbox/Makefile b/games/libretro-dosbox/Makefile index dbc1e50c5d2a..3456e301a021 100644 --- a/games/libretro-dosbox/Makefile +++ b/games/libretro-dosbox/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-dosbox PORTVERSION= 0.20220406 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of DOSBox (upstream) to the libretro API WWW= https://github.com/libretro/dosbox-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= dosbox-libretro GH_TAGNAME= 74cd17e PLIST_FILES= lib/libretro/dosbox_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/dosbox_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-emux/Makefile b/games/libretro-emux/Makefile index d329ed96e2b9..ce720dfbd326 100644 --- a/games/libretro-emux/Makefile +++ b/games/libretro-emux/Makefile @@ -1,33 +1,33 @@ PORTNAME= libretro-emux PORTVERSION= 0.20211014 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform emulator project supporting various machines WWW= https://github.com/libretro/emux LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= emux GH_TAGNAME= 640d4ba PLIST_FILES= lib/libretro/emux_chip8_libretro.so \ lib/libretro/emux_gb_libretro.so \ lib/libretro/emux_nes_libretro.so \ lib/libretro/emux_sms_libretro.so MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretro/emux_chip8_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretro/emux_gb_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretro/emux_nes_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretro/emux_sms_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-fbalpha/Makefile b/games/libretro-fbalpha/Makefile index 84cebeded91f..897a3ac7bddb 100644 --- a/games/libretro-fbalpha/Makefile +++ b/games/libretro-fbalpha/Makefile @@ -1,33 +1,33 @@ PORTNAME= libretro-fbalpha PORTVERSION= 0.20220405 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Final Burn Alpha port for libretro WWW= https://github.com/libretro/libretro-fbalpha # Commercial users must seek permission from copyright holders. LICENSE= FBA LICENSE_NAME= FBA LICENSE_FILE= ${WRKSRC}/src/license.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl PLIST_FILES= lib/libretro/fbalpha_libretro.so USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= fbalpha GH_TAGNAME= d584c83 MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/fbalpha_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-fbneo/Makefile b/games/libretro-fbneo/Makefile index 732c9bd4b486..a48aa6800e85 100644 --- a/games/libretro-fbneo/Makefile +++ b/games/libretro-fbneo/Makefile @@ -1,33 +1,33 @@ PORTNAME= libretro-fbneo PORTVERSION= 0.20220406 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Final Burn Alpha fork for libretro WWW= https://github.com/libretro/FBNeo LICENSE= FBNeo LICENSE_NAME= FBNeo LICENSE_FILE= ${WRKSRC}/src/license.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BROKEN= does not build: non-const lvalue reference to type 'basic_ostringstream<...>' cannot bind to a temporary of type 'basic_ostringstream<...>' USES= compiler:c11 gmake gl USE_LDCONFIG= yes USE_GL= gl PLIST_FILES= lib/libretro/fbneo_libretro.so USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= FBNeo GH_TAGNAME= 01bf2e1 MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/src/burner/libretro/fbneo_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-fceumm/Makefile b/games/libretro-fceumm/Makefile index 282f3fd6e382..bb3623998738 100644 --- a/games/libretro-fceumm/Makefile +++ b/games/libretro-fceumm/Makefile @@ -1,24 +1,24 @@ PORTNAME= libretro-fceumm PORTVERSION= 0.20220406 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial build of FCEU Ultra by CaH4e3 WWW= https://github.com/libretro/libretro-fceumm LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= b3c35b6 PLIST_FILES= lib/libretro/fceumm_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/fceumm_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-fmsx/Makefile b/games/libretro-fmsx/Makefile index 473179f1c351..6f5ec7f857d8 100644 --- a/games/libretro-fmsx/Makefile +++ b/games/libretro-fmsx/Makefile @@ -1,28 +1,28 @@ PORTNAME= libretro-fmsx PORTVERSION= 0.20220309 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of fMSX to the libretro API WWW= https://github.com/libretro/fmsx-libretro LICENSE= FMSX LICENSE_NAME= FMSX LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= fmsx-libretro GH_TAGNAME= f9ea9ea PLIST_FILES= lib/libretro/fmsx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/fmsx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-freeintv/Makefile b/games/libretro-freeintv/Makefile index 2e00b89f79fa..8e83316cbc51 100644 --- a/games/libretro-freeintv/Makefile +++ b/games/libretro-freeintv/Makefile @@ -1,26 +1,26 @@ PORTNAME= libretro-freeintv PORTVERSION= 0.20220319 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libretro emulation core for the Mattel Intellivision WWW= https://github.com/libretro/freeintv LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= FreeIntv GH_TAGNAME= 295dd3c PLIST_FILES= lib/libretro/freeintv_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/freeintv_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-fuse/Makefile b/games/libretro-fuse/Makefile index ec18a275a8c4..55aece557df7 100644 --- a/games/libretro-fuse/Makefile +++ b/games/libretro-fuse/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-fuse PORTVERSION= 0.20220213 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Fuse Unix Spectrum Emulator to libretro WWW= https://github.com/libretro/fuse-libretro LICENSE= GPLv3 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= fuse-libretro GH_TAGNAME= 042f8a9 PLIST_FILES= lib/libretro/fuse_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/fuse_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-gambatte/Makefile b/games/libretro-gambatte/Makefile index 1637c27d85b9..b98815f048bf 100644 --- a/games/libretro-gambatte/Makefile +++ b/games/libretro-gambatte/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-gambatte PORTVERSION= 0.20220325 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libretro Implementation of libgambatte, a Game Boy Color emulator WWW= https://github.com/libretro/gambatte-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= gambatte-libretro GH_TAGNAME= 1553621 PLIST_FILES= lib/libretro/gambatte_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/gambatte_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-genesis_plus_gx/Makefile b/games/libretro-genesis_plus_gx/Makefile index 865f8076c256..18fd96e60bd5 100644 --- a/games/libretro-genesis_plus_gx/Makefile +++ b/games/libretro-genesis_plus_gx/Makefile @@ -1,31 +1,31 @@ PORTNAME= libretro-genesis_plus_gx PORTVERSION= 0.20220403 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced port of Genesis Plus WWW= https://github.com/libretro/Genesis-Plus-GX # Commercial users must seek permission from copyright holders. LICENSE= GPGX LICENSE_NAME= GPGX LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= Genesis-Plus-GX GH_TAGNAME= 144045b PLIST_FILES= lib/libretro/genesis_plus_gx_libretro.so MAKEFILE= Makefile.libretro do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/genesis_plus_gx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-gpsp/Makefile b/games/libretro-gpsp/Makefile index 81c4a4d9d8a6..af110a2b769c 100644 --- a/games/libretro-gpsp/Makefile +++ b/games/libretro-gpsp/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-gpsp PORTVERSION= 0.20220403 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Gameboy emulator for libretro WWW= https://github.com/libretro/gpsp LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= gpsp GH_TAGNAME= d4547ba PLIST_FILES= lib/libretro/gpsp_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/gpsp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-gw/Makefile b/games/libretro-gw/Makefile index 2fd0bea8738e..1c80d2658f5a 100644 --- a/games/libretro-gw/Makefile +++ b/games/libretro-gw/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-gw PORTVERSION= 0.20220213 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libretro core for Game & Watch simulators WWW= https://github.com/libretro/gw-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= gw-libretro GH_TAGNAME= fc3d8d3 PLIST_FILES= lib/libretro/gw_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/gw_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-handy/Makefile b/games/libretro-handy/Makefile index ad46548d147c..5a2827a6a61d 100644 --- a/games/libretro-handy/Makefile +++ b/games/libretro-handy/Makefile @@ -1,24 +1,24 @@ PORTNAME= libretro-handy PORTVERSION= 0.20220215 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Atari Lynx emulator Handy for Libretro WWW= https://github.com/libretro/libretro-handy LICENSE= ZLIB USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= 5145f79 PLIST_FILES= lib/libretro/handy_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/handy_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-hatari/Makefile b/games/libretro-hatari/Makefile index 27509ef24358..9534d198a308 100644 --- a/games/libretro-hatari/Makefile +++ b/games/libretro-hatari/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-hatari PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Atari ST/STE/TT/Falcon emulator WWW= https://github.com/libretro/hatari LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= hatari GH_TAGNAME= e5e36a5 PLIST_FILES= lib/libretro/hatari_libretro.so MAKEFILE= Makefile.libretro do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/hatari_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-mame2000/Makefile b/games/libretro-mame2000/Makefile index cf01de97b07d..9c601655ae70 100644 --- a/games/libretro-mame2000/Makefile +++ b/games/libretro-mame2000/Makefile @@ -1,28 +1,28 @@ PORTNAME= libretro-mame2000 PORTVERSION= 0.20220405 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= MAME (0.37b5) for libretro WWW= https://github.com/libretro/mame2000-libretro LICENSE= GPLv2 BROKEN_aarch64= fails to build: src/libretro/libretro-common/libco/aarch64.c:25:1: error: meaningless 'volatile' on asm outside function USES= compiler:c++11-lib dos2unix gmake DOS2UNIX_FILES= src/cpu/tms9900/99xxstat.h USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= mame2000-libretro GH_TAGNAME= f35db38 PLIST_FILES= lib/libretro/mame2000_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mame2000_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-mame2003/Makefile b/games/libretro-mame2003/Makefile index 3d3b5cc9dcf4..e09138ca741e 100644 --- a/games/libretro-mame2003/Makefile +++ b/games/libretro-mame2003/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-mame2003 PORTVERSION= 0.20220206 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= MAME 0.78 for libretro WWW= https://github.com/libretro/mame2003-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= mame2003-libretro GH_TAGNAME= 3eb27d5 PLIST_FILES= lib/libretro/mame2003_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mame2003_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-mame2003_plus/Makefile b/games/libretro-mame2003_plus/Makefile index b704ab118532..c5a09800342f 100644 --- a/games/libretro-mame2003_plus/Makefile +++ b/games/libretro-mame2003_plus/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-mame2003_plus PORTVERSION= 0.20220406 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Updated MAME 0.78 for libretro with added game support WWW= https://github.com/libretro/mame2003-plus-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= mame2003-plus-libretro GH_TAGNAME= 9ab273f PLIST_FILES= lib/libretro/mame2003_plus_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mame2003_plus_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-mgba/Makefile b/games/libretro-mgba/Makefile index a711e248e8f9..ed98c223e91e 100644 --- a/games/libretro-mgba/Makefile +++ b/games/libretro-mgba/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-mgba PORTVERSION= 0.20220211 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Game Boy Advance Emulator for libretro WWW= https://github.com/libretro/mgba LICENSE= MPL20 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= mgba GH_TAGNAME= 5d48e07 PLIST_FILES= lib/libretro/mgba_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/mgba_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-mu/Makefile b/games/libretro-mu/Makefile index 71ca47fd4ee3..056b68191f0f 100644 --- a/games/libretro-mu/Makefile +++ b/games/libretro-mu/Makefile @@ -1,28 +1,28 @@ PORTNAME= libretro-mu PORTVERSION= 0.20220317 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PalmOS emulator to the libretro API WWW= https://github.com/libretro/Mu LICENSE= GPLv3 MIT LICENSE_COMB= multi USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= Mu GH_TAGNAME= 1361da0 PLIST_FILES= lib/libretro/mu_libretro.so MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretroBuildSystem/mu_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-nestopia/Makefile b/games/libretro-nestopia/Makefile index 778eef97cdb0..b766e5bd541e 100644 --- a/games/libretro-nestopia/Makefile +++ b/games/libretro-nestopia/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-nestopia PORTVERSION= 0.20220322 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= NEStopia emulator for libretro WWW= https://github.com/libretro/nestopia LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= nestopia GH_TAGNAME= 7dbd5c6 PLIST_FILES= lib/libretro/nestopia_libretro.so MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretro/nestopia_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-nxengine/Makefile b/games/libretro-nxengine/Makefile index 216a350de1fd..67bd68674afb 100644 --- a/games/libretro-nxengine/Makefile +++ b/games/libretro-nxengine/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-nxengine PORTVERSION= 0.20220301 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cave Story game engine clone for libretro WWW= https://github.com/libretro/nxengine-libretro LICENSE= GPLv3 USES= compiler:c++11-lib dos2unix gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= nxengine-libretro GH_TAGNAME= fc102fa PLIST_FILES= lib/libretro/nxengine_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/nxengine_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-o2em/Makefile b/games/libretro-o2em/Makefile index e6be8ed8c92d..1abce85ae8fc 100644 --- a/games/libretro-o2em/Makefile +++ b/games/libretro-o2em/Makefile @@ -1,24 +1,24 @@ PORTNAME= libretro-o2em PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of O2EM to the libretro API, an Odyssey 2 / VideoPac emulator WWW= https://github.com/libretro/libretro-o2em LICENSE= ART20 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= efd749c PLIST_FILES= lib/libretro/o2em_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/o2em_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-opera/Makefile b/games/libretro-opera/Makefile index e6a10ce5bcb2..54a505881de8 100644 --- a/games/libretro-opera/Makefile +++ b/games/libretro-opera/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-opera PORTVERSION= 0.20210214 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= 3DO core for libretro WWW= https://github.com/libretro/opera-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= opera-libretro GH_TAGNAME= 5781f68 PLIST_FILES= lib/libretro/opera_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/opera_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-paralleln64/Makefile b/games/libretro-paralleln64/Makefile index b6b0e7d51bc9..afaeead2d990 100644 --- a/games/libretro-paralleln64/Makefile +++ b/games/libretro-paralleln64/Makefile @@ -1,39 +1,39 @@ PORTNAME= libretro-paralleln64 PORTVERSION= 0.20220406 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Improved Nintendo 64 core for libretro WWW= https://github.com/libretro/parallel-n64 # Commercial users must seek permission from copyright holders. LICENSE= BITSTREAM_VERA CC0-1.0 GFDL GPLv2 GPLv3 LGPL3 MIT ZLIB LICENSE_COMB= multi LICENSE_NAME_BITSTREAM_VERA= Bitstream Vera Sans - Roman Release 1.10 LICENSE_FILE_BITSTREAM_VERA= ${WRKSRC}/mupen64plus-core/doc/font-license LICENSE_PERMS_BITSTREAM_VERA= auto-accept BROKEN_aarch64= fails to build: mupen64plus-core/src/r4300/new_dynarec/arm64/assem_arm64.h:141:8: error: unknown type name 'u_int' BROKEN_i386= Doesn't build. USES= compiler:c++11-lang gmake gl localbase USE_GL= gl USE_LDCONFIG= yes DYNAREC= ${ARCH:S/amd64/x86_64/:C/armv.*/arm/:S/i386/x86/} MAKE_ARGS= WITH_DYNAREC=${DYNAREC} USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= parallel-n64 GH_TAGNAME= b804ab1 PLIST_FILES= lib/libretro/parallel_n64_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/parallel_n64_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-pcsx_rearmed/Makefile b/games/libretro-pcsx_rearmed/Makefile index e5a7aa3e419f..f98af9fe2d9c 100644 --- a/games/libretro-pcsx_rearmed/Makefile +++ b/games/libretro-pcsx_rearmed/Makefile @@ -1,29 +1,29 @@ PORTNAME= libretro-pcsx_rearmed PORTVERSION= 0.20220405 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fork of PCSX with ARM optimizations WWW= https://github.com/libretro/pcsx_rearmed LICENSE= GPLv2 USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= pcsx_rearmed GH_TAGNAME= 46a38bd PLIST_FILES= lib/libretro/pcsx_rearmed_libretro.so MAKEFILE= Makefile.libretro do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/pcsx_rearmed_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-picodrive/Makefile b/games/libretro-picodrive/Makefile index 7dfa3bf7fb28..c613799555c8 100644 --- a/games/libretro-picodrive/Makefile +++ b/games/libretro-picodrive/Makefile @@ -1,33 +1,33 @@ PORTNAME= libretro-picodrive PORTVERSION= 0.20200504 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fast MegaDrive/MegaCD/32X emulator WWW= https://github.com/libretro/picodrive LICENSE= MAME-License LICENSE_NAME= MAME license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= all archs except x86 report error: unsupported arch USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= picodrive GH_TAGNAME= 600894e PLIST_FILES= lib/libretro/picodrive_libretro.so MAKEFILE= Makefile.libretro do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/picodrive_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-prboom/Makefile b/games/libretro-prboom/Makefile index 6024ce8c1404..2724cda87537 100644 --- a/games/libretro-prboom/Makefile +++ b/games/libretro-prboom/Makefile @@ -1,24 +1,24 @@ PORTNAME= libretro-prboom PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of prboom to libretro WWW= https://github.com/libretro/libretro-prboom LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= b22a6b1 PLIST_FILES= lib/libretro/prboom_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/prboom_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-prosystem/Makefile b/games/libretro-prosystem/Makefile index e2e59c3351dd..49302197df7c 100644 --- a/games/libretro-prosystem/Makefile +++ b/games/libretro-prosystem/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-prosystem PORTVERSION= 0.20220228 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of ProSystem to the libretro API WWW= https://github.com/libretro/prosystem-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= prosystem-libretro GH_TAGNAME= fbf62c3 PLIST_FILES= lib/libretro/prosystem_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/prosystem_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-px68k/Makefile b/games/libretro-px68k/Makefile index db22c2deb2db..b0d7b020c83f 100644 --- a/games/libretro-px68k/Makefile +++ b/games/libretro-px68k/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-px68k PORTVERSION= 0.20220311 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= SHARP X68000 libretro core WWW= https://github.com/libretro/px68k-libretro LICENSE= GPLv2 USES= compiler:gcc-c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= px68k-libretro GH_TAGNAME= 0183381 PLIST_FILES= lib/libretro/px68k_libretro.so MAKEFILE= Makefile.libretro do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/px68k_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-quicknes/Makefile b/games/libretro-quicknes/Makefile index 38cf8e1cdd9c..ccb69faf0bbb 100644 --- a/games/libretro-quicknes/Makefile +++ b/games/libretro-quicknes/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-quicknes PORTVERSION= 0.20220228 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= NES emulator core for libretro WWW= https://github.com/libretro/QuickNES_Core LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= QuickNES_Core GH_TAGNAME= e6f08c1 PLIST_FILES= lib/libretro/quicknes_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/quicknes_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-scummvm/Makefile b/games/libretro-scummvm/Makefile index af7affaeccbc..70c40b6ce4b9 100644 --- a/games/libretro-scummvm/Makefile +++ b/games/libretro-scummvm/Makefile @@ -1,30 +1,30 @@ PORTNAME= libretro-scummvm PORTVERSION= 0.20201129 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= ScummVM with libretro backend WWW= https://github.com/libretro/scummvm LICENSE= GPLv2 BROKEN_FreeBSD_13= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' BROKEN_FreeBSD_14= engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= scummvm GH_TAGNAME= 7b1e929 PLIST_FILES= lib/libretro/scummvm_libretro.so MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/backends/platform/libretro/build/scummvm_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-snes9x/Makefile b/games/libretro-snes9x/Makefile index 1cc90cfc5a67..919792728414 100644 --- a/games/libretro-snes9x/Makefile +++ b/games/libretro-snes9x/Makefile @@ -1,31 +1,31 @@ PORTNAME= libretro-snes9x PORTVERSION= 0.20220405 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Snes9x - Portable Super Nintendo emulator WWW= https://github.com/libretro/snes9x # Commercial users must seek permission from copyright holders. LICENSE= PS LICENSE_NAME= PS LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= snes9x GH_TAGNAME= 92e5907 PLIST_FILES= lib/libretro/snes9x_libretro.so MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-snes9x2005/Makefile b/games/libretro-snes9x2005/Makefile index c7eb2285e20e..21ceafcdc4d4 100644 --- a/games/libretro-snes9x2005/Makefile +++ b/games/libretro-snes9x2005/Makefile @@ -1,29 +1,29 @@ PORTNAME= libretro-snes9x2005 PORTVERSION= 0.20220401 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Snes9x - Portable Super Nintendo emulator (1.43) WWW= https://github.com/libretro/snes9x2005 # Commercial users must seek permission from copyright holders. LICENSE= PS LICENSE_NAME= PS LICENSE_FILE= ${WRKSRC}/copyright LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= snes9x2005 GH_TAGNAME= 23f759b PLIST_FILES= lib/libretro/snes9x2005_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-snes9x2010/Makefile b/games/libretro-snes9x2010/Makefile index c578ada33d35..bb7d7c625c86 100644 --- a/games/libretro-snes9x2010/Makefile +++ b/games/libretro-snes9x2010/Makefile @@ -1,31 +1,31 @@ PORTNAME= libretro-snes9x2010 PORTVERSION= 0.20220328 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Snes9x - Portable Super Nintendo emulator (1.52) WWW= https://github.com/libretro/snes9x2010 # Commercial users must seek permission from copyright holders. LICENSE= PS LICENSE_NAME= PS LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= snes9x2010 GH_TAGNAME= b12f3ba PLIST_FILES= lib/libretro/snes9x2010_libretro.so MAKE_ENV= LTO=-flto # may drop this branch on next port update do-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/snes9x2010_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-stella2014/Makefile b/games/libretro-stella2014/Makefile index 068bd0c8e4af..eb08a76d25ac 100644 --- a/games/libretro-stella2014/Makefile +++ b/games/libretro-stella2014/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-stella2014 PORTVERSION= 0.20220205 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of Stella (Atari 2600) to libretro (2014) WWW= https://github.com/libretro/stella2014-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= stella2014-libretro GH_TAGNAME= 1a2e96b PLIST_FILES= lib/libretro/stella2014_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/stella2014_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-tgbdual/Makefile b/games/libretro-tgbdual/Makefile index de93098c5c9c..c8392a47b481 100644 --- a/games/libretro-tgbdual/Makefile +++ b/games/libretro-tgbdual/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-tgbdual PORTVERSION= 0.20210606 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Open-source GB/GBC emulator with game link support WWW= https://github.com/libretro/tgbdual-libretro LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= tgbdual-libretro GH_TAGNAME= 1e0c4f9 PLIST_FILES= lib/libretro/tgbdual_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/tgbdual_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-tyrquake/Makefile b/games/libretro-tyrquake/Makefile index a221f9bfa9e4..919a0e79479d 100644 --- a/games/libretro-tyrquake/Makefile +++ b/games/libretro-tyrquake/Makefile @@ -1,27 +1,27 @@ PORTNAME= libretro-tyrquake PORTVERSION= 0.20220401 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libretro port of Tyrquake (Quake 1 engine) WWW= https://github.com/libretro/tyrquake LICENSE= GPLv2 USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= tyrquake GH_TAGNAME= c2b8ea0 PLIST_FILES= lib/libretro/tyrquake_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/tyrquake_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-uae/Makefile b/games/libretro-uae/Makefile index 459dc23c0386..ceffc1f9f281 100644 --- a/games/libretro-uae/Makefile +++ b/games/libretro-uae/Makefile @@ -1,36 +1,36 @@ PORTNAME= libretro-uae PORTVERSION= 0.20220404 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libretro port of UAE WWW= https://github.com/libretro/libretro-uae LICENSE= GPLv2 BROKEN_riscv64= fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic USES= compiler:c++11-lib gmake gl USE_LDCONFIG= yes USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= libretro-uae GH_TAGNAME= 8c44289 CFLAGS+= -fcommon LDFLAGS_i386= -Wl,-z,notext PLIST_FILES= lib/libretro/puae_libretro.so #post-patch: # ${REINPLACE_CMD} 's/" GIT_VERSION/${GH_TAGNAME}"/' ${WRKSRC}/libretro/libretro.c do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/puae_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-vbanext/Makefile b/games/libretro-vbanext/Makefile index 4799e81c23c3..eaaaff723c2f 100644 --- a/games/libretro-vbanext/Makefile +++ b/games/libretro-vbanext/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-vbanext PORTVERSION= 0.20220327 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Optimized port of VBA-M to Libretro, a Game Boy Advance emulator WWW= https://github.com/libretro/vba-next LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= vba-next GH_TAGNAME= ebd175d PLIST_FILES= lib/libretro/vba_next_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/vba_next_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-vecx/Makefile b/games/libretro-vecx/Makefile index f2e3069c30fb..3a1020748c82 100644 --- a/games/libretro-vecx/Makefile +++ b/games/libretro-vecx/Makefile @@ -1,26 +1,26 @@ PORTNAME= libretro-vecx PORTVERSION= 0.20220327 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Vectrex emulator for libretro WWW= https://github.com/libretro/libretro-vecx LICENSE= GPLv3 USES= compiler:c++11-lib gmake localbase gl USE_GL+= gl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_TAGNAME= 141af28 PLIST_FILES= lib/libretro/vecx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/vecx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-virtualjaguar/Makefile b/games/libretro-virtualjaguar/Makefile index ff995c6be88d..6536cc3a6e70 100644 --- a/games/libretro-virtualjaguar/Makefile +++ b/games/libretro-virtualjaguar/Makefile @@ -1,25 +1,25 @@ PORTNAME= libretro-virtualjaguar PORTVERSION= 0.20220304 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of Virtual Jaguar to Libretro WWW= https://github.com/libretro/virtualjaguar-libretro LICENSE= GPLv3 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= virtualjaguar-libretro GH_TAGNAME= 263c979 PLIST_FILES= lib/libretro/virtualjaguar_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/virtualjaguar_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro-xrick/Makefile b/games/libretro-xrick/Makefile index 5b6c1fe209ed..6de1a8603a0f 100644 --- a/games/libretro-xrick/Makefile +++ b/games/libretro-xrick/Makefile @@ -1,28 +1,28 @@ PORTNAME= libretro-xrick PORTVERSION= 0.20220331 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Libretro implementation of "Rick Dangerous" WWW= https://github.com/libretro/xrick-libretro LICENSE= GPLv2 USES= gmake localbase sdl USE_SDL= sdl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= xrick-libretro GH_TAGNAME= 10d7318 MAKEFILE= Makefile.freebsd DOS2UNIX_FILES= ${MAKEFILE} PLIST_FILES= lib/libretro/xrick_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/xrick_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-yabause/Makefile b/games/libretro-yabause/Makefile index 29bfc744ff41..68e9f9e2aecb 100644 --- a/games/libretro-yabause/Makefile +++ b/games/libretro-yabause/Makefile @@ -1,34 +1,34 @@ PORTNAME= libretro-yabause PORTVERSION= 0.20220218 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Saturn emulator for libretro WWW= https://github.com/libretro/yabause LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= yabause GH_TAGNAME= 17dfcd8 PLIST_FILES= lib/libretro/yabause_libretro.so MAKEFILE= Makefile.freebsd .include post-patch: .if ${ARCH} != "amd64" @${REINPLACE_CMD} -e "s/HAVE_SSE = 1/HAVE_SSE = 0/" ${WRKSRC}/yabause/src/libretro/Makefile .endif do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/yabause/src/libretro/yabause_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include diff --git a/games/libretro/Makefile b/games/libretro/Makefile index 028afdfe5ca9..7094eba9b165 100644 --- a/games/libretro/Makefile +++ b/games/libretro/Makefile @@ -1,150 +1,150 @@ PORTNAME= libretro PORTVERSION= 0.3 CATEGORIES= games -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for libretro cores WWW= https://www.libretro.com USES= metaport OPTIONS_DEFINE= 2048 BEETLE_BSNES BEETLE_GBA BEETLE_LYNX BEETLE_NGP \ BEETLE_PCE_FAST BEETLE_PCFX BEETLE_PSX BEETLE_SUPERGRAFX BEETLE_SATURN \ BEETLE_VB BEETLE_WSWAN BLUEMSX CAP32 DESMUME2015 DOSBOX EMUX \ FBALPHA FBNEO FCEUMM FMSX FUSE GAMBATTE GENESIS_PLUS_GX GPSP GW \ HANDY HATARI MAME2000 MAME2003 MAME2003_PLUS MGBA MU NESTOPIA \ NXENGINE O2EM OPERA PARALLELN64 PCSX_REARMED PICODRIVE PLAY \ PRBOOM PROSYSTEM QUICKNES SCUMMVM SNES9X SNES9X2005 SNES9X2010 \ STELLA2014 TGBDUAL TYRQUAKE UAE VBANEXT VECX VIRTUALJAGUAR YABAUSE OPTIONS_DEFAULT= 2048 BEETLE_BSNES BEETLE_GBA BEETLE_LYNX BEETLE_NGP \ BEETLE_PCE_FAST BEETLE_PCFX BEETLE_PSX BEETLE_SUPERGRAFX BEETLE_SATURN \ BEETLE_VB BEETLE_WSWAN BLUEMSX CAP32 DESMUME2015 DOSBOX EMUX \ FBALPHA FBNEO FCEUMM FMSX FUSE GAMBATTE GENESIS_PLUS_GX GPSP GW \ HANDY HATARI MAME2000 MAME2003 MAME2003_PLUS MGBA MU NESTOPIA \ NXENGINE O2EM OPERA PARALLELN64 PCSX_REARMED PICODRIVE PLAY \ PRBOOM PROSYSTEM QUICKNES SNES9X SNES9X2005 SNES9X2010 \ STELLA2014 TGBDUAL TYRQUAKE UAE VBANEXT VECX VIRTUALJAGUAR YABAUSE OPTIONS_DEFAULT_aarch64= 2048 BEETLE_BSNES BEETLE_GBA BEETLE_LYNX BEETLE_NGP \ BEETLE_PCE_FAST BEETLE_PCFX BEETLE_PSX BEETLE_SUPERGRAFX \ BEETLE_VB BEETLE_WSWAN DOSBOX EMUX \ FBALPHA FBNEO FCEUMM FMSX FUSE GAMBATTE GENESIS_PLUS_GX GPSP GW \ HANDY HATARI MAME2000 MAME2003 MAME2003_PLUS MGBA MU NESTOPIA \ NXENGINE O2EM OPERA PCSX_REARMED PRBOOM PROSYSTEM QUICKNES \ SCUMMVM SNES9X SNES9X2005 SNES9X2010 STELLA2014 TGBDUAL \ TYRQUAKE UAE VBANEXT VECX VIRTUALJAGUAR 2048_DESC= 2048 puzzle game BEETLE_BSNES_DESC= Mednafen Super Nintendo BEETLE_GBA_DESC= Mednafen GameBoy Advance BEETLE_LYNX_DESC= Mednafen Atari Lynx BEETLE_NGP_DESC= Mednafen SNK Neo Geo Pocket BEETLE_PCE_FAST_DESC= Mednafen NEC PC-Engine/Turbografx-16 BEETLE_PCFX_DESC= Mednafen NEC PC-FX BEETLE_PSX_DESC= Mednafen Sony Playstation BEETLE_SUPERGRAFX_DESC= Mednafen NEC Supergrafx BEETLE_VB_DESC= Mednafen Nintendo Virtual Boy BEETLE_WSWAN_DESC= Mednafen Nintendo Bandai Wonderswan BLUEMSX_DESC= MSX1/2/Turbo-R CAP32_DESC= Caprice32 - Amstrad CPC Emulator DESMUME2015_DESC= Nintendo DS DOSBOX_DESC= MS-DOS EMUX_DESC= Multiple 8-Bit Console (Chip-8, GameBoy, NES, Mastersystem) FBALPHA_DESC= Final Burn Alpha FBNEO_DESC= Final Burn Neo FCEUMM_DESC= Nintendo NES/Famicon FMSX_DESC= MSX Emulator FUSE_DESC= Sinclair ZX-Spectrum GAMBATTE_DESC= Nintendo GameBoy Color GENESIS_PLUS_GX_DESC= Sega 8-bit/16-bit Consoles and peripherals GPSP_DESC= Nintendo GameBoy GW_DESC= Nintendo Game & Watch HANDY_DESC= Atari Lynx HATARI_DESC= Atari ST/STE/TT/Falcon MAME2000_DESC= M.A.M.E 0.37b5 MAME2003_DESC= M.A.M.E 0.78 MAME2003_PLUS_DESC= M.A.M.E 0.78 with extra additions MGBA_DESC= Nintendo Gameboy Advance MU_DESC= PalmOS emulator NESTOPIA_DESC= Nintendo NES/Famicon NXENGINE_DESC= Cave Story game O2EM_DESC= Magnavox Odyssey 2 / Philips Videopac OPERA_DESC= Panasonic 3DO PARALLELN64_DESC= Improved Nintendo 64 PCSX_REARMED_DESC= Sony Playstation PICODRIVE_DESC= Sega Genesis/Megadrive with peripherals PLAY_DESC= PlayStation 2 Emulator PRBOOM_DESC= Doom game PROSYSTEM_DESC= Atari 7800 QUICKNES_DESC= Nintendo NES SCUMMVM_DESC= Script Creation Utility for Maniac Mansion Virtual Machine SNES9X_DESC= Nintendo Super NES/Super Famicon (Trunk) SNES9X2005_DESC= Nintendo Super NES/Super Famicon (1.43) SNES9X2010_DESC= Nintendo Super NES/Super Famicon (1.52) STELLA2014_DESC= Atari 2600 TGBDUAL_DESC= Nintendo GameBoy and GameBoy Color (with link support) TYRQUAKE_DESC= Quake game UAE_DESC= Commodore Amiga VBANEXT_DESC= Nintendo GameBoy Advance VECX_DESC= GCE Vectrex VIRTUALJAGUAR_DESC= Atari Jaguar YABAUSE_DESC= Sega Saturn Emulator 2048_RUN_DEPENDS= libretro-2048>=0:games/libretro-2048 BEETLE_BSNES_RUN_DEPENDS= libretro-beetle_bsnes>=0:games/libretro-beetle_bsnes BEETLE_GBA_RUN_DEPENDS= libretro-beetle_gba>=0:games/libretro-beetle_gba BEETLE_LYNX_RUN_DEPENDS= libretro-beetle_lynx>=0:games/libretro-beetle_lynx BEETLE_NGP_RUN_DEPENDS= libretro-beetle_ngp>=0:games/libretro-beetle_ngp BEETLE_PCE_FAST_RUN_DEPENDS= libretro-beetle_pce_fast>=0:games/libretro-beetle_pce_fast BEETLE_PCFX_RUN_DEPENDS= libretro-beetle_pcfx>=0:games/libretro-beetle_pcfx BEETLE_PSX_RUN_DEPENDS= libretro-beetle_psx>=0:games/libretro-beetle_psx BEETLE_SUPERGRAFX_RUN_DEPENDS= libretro-beetle_supergrafx>=0:games/libretro-beetle_supergrafx BEETLE_VB_RUN_DEPENDS= libretro-beetle_vb>=0:games/libretro-beetle_vb BEETLE_WSWAN_RUN_DEPENDS= libretro-beetle_wswan>=0:games/libretro-beetle_wswan BLUEMSX_RUN_DEPENDS= libretro-bluemsx>=0:games/libretro-bluemsx CAP32_RUN_DEPENDS= libretro-cap32>=0:games/libretro-cap32 DESMUME2015_RUN_DEPENDS= libretro-desmume2015>=0:games/libretro-desmume2015 DOSBOX_RUN_DEPENDS= libretro-dosbox>=0:games/libretro-dosbox EMUX_RUN_DEPENDS= libretro-emux>=0:games/libretro-emux FBALPHA_RUN_DEPENDS= libretro-fbalpha>=0:games/libretro-fbalpha FBNEO_RUN_DEPENDS= libretro-fbneo>=0:games/libretro-fbneo FCEUMM_RUN_DEPENDS= libretro-fceumm>=0:games/libretro-fceumm FMSX_RUN_DEPENDS= libretro-fmsx>=0:games/libretro-fmsx FUSE_RUN_DEPENDS= libretro-fuse>=0:games/libretro-fuse GAMBATTE_RUN_DEPENDS= libretro-gambatte>=0:games/libretro-gambatte GENESIS_PLUS_GX_RUN_DEPENDS= libretro-genesis_plus_gx>=0:games/libretro-genesis_plus_gx GPSP_RUN_DEPENDS= libretro-gpsp>=0:games/libretro-gpsp GW_RUN_DEPENDS= libretro-gw>=0:games/libretro-gw HANDY_RUN_DEPENDS= libretro-handy>=0:games/libretro-handy HATARI_RUN_DEPENDS= libretro-hatari>=0:games/libretro-hatari MAME2000_RUN_DEPENDS= libretro-mame2000>=0:games/libretro-mame2000 MAME2003_RUN_DEPENDS= libretro-mame2003>=0:games/libretro-mame2003 MAME2003_PLUS_RUN_DEPENDS= libretro-mame2003_plus>=0:games/libretro-mame2003_plus MGBA_RUN_DEPENDS= libretro-mgba>=0:games/libretro-mgba MU_RUN_DEPENDS= libretro-mu>=0:games/libretro-mu NESTOPIA_RUN_DEPENDS= libretro-nestopia>=0:games/libretro-nestopia NXENGINE_RUN_DEPENDS= libretro-nxengine>=0:games/libretro-nxengine O2EM_RUN_DEPENDS= libretro-o2em>=0:games/libretro-o2em OPERA_RUN_DEPENDS= libretro-opera>=0:games/libretro-opera PARALLELN64_RUN_DEPENDS= libretro-paralleln64>=0:games/libretro-paralleln64 PCSX_REARMED_RUN_DEPENDS= libretro-pcsx_rearmed>=0:games/libretro-pcsx_rearmed PICODRIVE_RUN_DEPENDS= libretro-picodrive>=0:games/libretro-picodrive PLAY_RUN_DEPENDS= libretro-play>=0:games/libretro-play PRBOOM_RUN_DEPENDS= libretro-prboom>=0:games/libretro-prboom PROSYSTEM_RUN_DEPENDS= libretro-prosystem>=0:games/libretro-prosystem QUICKNES_RUN_DEPENDS= libretro-quicknes>=0:games/libretro-quicknes SCUMMVM_RUN_DEPENDS= libretro-scummvm>=0:games/libretro-scummvm SNES9X_RUN_DEPENDS= libretro-snes9x>=0:games/libretro-snes9x SNES9X2005_RUN_DEPENDS= libretro-snes9x2005>=0:games/libretro-snes9x2005 SNES9X2010_RUN_DEPENDS= libretro-snes9x2010>=0:games/libretro-snes9x2010 STELLA2014_RUN_DEPENDS= libretro-stella2014>=0:games/libretro-stella2014 TGBDUAL_RUN_DEPENDS= libretro-tgbdual>=0:games/libretro-tgbdual TYRQUAKE_RUN_DEPENDS= libretro-tyrquake>=0:games/libretro-tyrquake UAE_RUN_DEPENDS= libretro-uae>=0:games/libretro-uae VBANEXT_RUN_DEPENDS= libretro-vbanext>=0:games/libretro-vbanext VECX_RUN_DEPENDS= libretro-vecx>=0:games/libretro-vecx VIRTUALJAGUAR_RUN_DEPENDS= libretro-virtualjaguar>=0:games/libretro-virtualjaguar YABAUSE_RUN_DEPENDS= libretro-yabause>=0:games/libretro-yabause .include diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 098a4ac24f99..88a0a164fcad 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,53 +1,53 @@ PORTNAME= feh PORTVERSION= 3.9 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer that utilizes Imlib2 WWW= https://feh.finalrewind.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png USES= compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \ tar:bzip2 xorg USE_XORG= x11 xt xinerama CPE_VENDOR= feh_project MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 OPTIONS_DEFINE= CURL DCRAW DOCS EXAMPLES EXIF XINERAMA EXIF_DESC= Support EXIF tags DCRAW_DESC= Use dcraw to display raw file previews OPTIONS_DEFAULT=CURL EXIF XINERAMA OPTIONS_SUB= yes EXIF_LIB_DEPENDS= libexif.so:graphics/libexif EXIF_MAKE_ENV= exif=1 EXIF_MAKE_ENV_OFF= exif=0 XINERAMA_MAKE_ENV= xinerama=1 XINERAMA_MAKE_ENV_OFF= xinerama=0 CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_MAKE_ENV= curl=1 CURL_MAKE_ENV_OFF= curl=0 DCRAW_RUN_DEPENDS= dcraw:graphics/dcraw post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|install-doc||' \ ${WRKSRC}/Makefile post-patch-EXAMPLES-off: @${REINPLACE_CMD} -e 's|install-examples||' \ ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/feh .include diff --git a/net-p2p/py-nicotine-plus/Makefile b/net-p2p/py-nicotine-plus/Makefile index d85a675158a9..01b682ac401b 100644 --- a/net-p2p/py-nicotine-plus/Makefile +++ b/net-p2p/py-nicotine-plus/Makefile @@ -1,25 +1,25 @@ PORTNAME= nicotine-plus DISTVERSION= 3.2.0 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Graphical client for the Soulseek file sharing network WWW= https://github.com/Nicotine-Plus/nicotine-plus/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.42:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gobject3>=3.16:devel/py-gobject3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gdbm>=3.6:databases/py-gdbm@${PY_FLAVOR} USES= python:3.6+ gnome gettext-tools USE_GNOME= gtk30 USE_PYTHON= distutils concurrent autoplist do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -v -m unittest .include diff --git a/net/megacmd/Makefile b/net/megacmd/Makefile index 7b6fca6ad743..c5bfa0264a4d 100644 --- a/net/megacmd/Makefile +++ b/net/megacmd/Makefile @@ -1,102 +1,102 @@ PORTNAME= megacmd DISTVERSION= 1.5.0 DISTVERSIONSUFFIX= _Linux CATEGORIES= net -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Command Line Interactive and Scriptable Application to access MEGA WWW= https://mega.nz/cm LICENSE= GPLv3 BSD2CLAUSE LICENSE_COMB= multi LIB_DEPENDS= libcares.so:dns/c-ares libcryptopp.so:security/cryptopp \ libcurl.so:ftp/curl libsodium.so:security/libsodium \ libuv.so:devel/libuv libpcre.so:devel/pcre USES= autoreconf libtool sqlite:3 readline shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= meganz GH_PROJECT= MEGAcmd sdk:sdk GH_SUBDIR= sdk:sdk GH_TAGNAME= v3.9.11a:sdk USE_LDCONFIG= yes SHEBANG_FILES= src/client/mega-lpwd \ src/client/mega-permissions \ src/client/mega-ls \ src/client/mega-pwd \ src/client/mega-deleteversions \ src/client/mega-log \ src/client/mega-session \ src/client/mega-share \ src/client/mega-quit \ src/client/mega-reload \ src/client/mega-find \ src/client/mega-errorcode \ src/client/mega-logout \ src/client/mega-backup \ src/client/mega-exclude \ src/client/mega-confirmcancel \ src/client/mega-transfers \ src/client/mega-rm \ src/client/mega-invite \ src/client/mega-webdav \ src/client/mega-cancel \ src/client/mega-cp \ src/client/mega-cd \ src/client/mega-thumbnail \ src/client/mega-attr \ src/client/mega-login \ src/client/mega-speedlimit \ src/client/mega-get \ src/client/mega-debug \ src/client/mega-du \ src/client/mega-ipc \ src/client/mega-mv \ src/client/mega-whoami \ src/client/mega-https \ src/client/mega-help \ src/client/mega-showpcr \ src/client/mega-lcd \ src/client/mega-preview \ src/client/mega-ftp \ src/client/mega-put \ src/client/mega-graphics \ src/client/mega-mount \ src/client/mega-import \ src/client/mega-version \ src/client/mega-confirm \ src/client/mega-mkdir \ src/client/mega-userattr \ src/client/mega-signup \ src/client/mega-passwd \ src/client/mega-killsession \ src/client/mega-sync \ src/client/mega-users \ src/client/mega-export \ src/client/mega-cat \ src/client/mega-mediainfo \ src/client/mega-proxy \ src/client/mega-df \ src/client/mega-tree GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples \ --disable-java --disable-php --disable-python \ --disable-chat --without-freeimage \ --without-termcap --without-ffmpeg --without-libraw \ --without-libzen --without-libmediainfo \ --enable-gcc-hardening \ --with-cares=${LOCALBASE} --with-cryptopp=${LOCALBASE} \ --with-curl=${LOCALBASE} --with-sodium=${LOCALBASE} \ --with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \ --with-zlib --with-readline=${LOCALBASE} INSTALL_TARGET= install-strip CXXFLAGS+= `pkgconf --cflags-only-other libcryptopp` .include diff --git a/shells/etsh/Makefile b/shells/etsh/Makefile index 3641d11e0636..5581585ef085 100644 --- a/shells/etsh/Makefile +++ b/shells/etsh/Makefile @@ -1,16 +1,16 @@ PORTNAME= etsh DISTVERSION= 5.4.0 CATEGORIES= shells MASTER_SITES= https://etsh.nl/src/${PORTNAME}_${PORTVERSION}/ -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced V6 Thompson Compatible Shell WWW= https://etsh.nl/ LICENSE= BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE HAS_CONFIGURE= yes .include diff --git a/sysutils/g15daemon/Makefile b/sysutils/g15daemon/Makefile index ce69f0b1d9ba..2b74f9908bb8 100644 --- a/sysutils/g15daemon/Makefile +++ b/sysutils/g15daemon/Makefile @@ -1,33 +1,33 @@ PORTNAME= g15daemon PORTVERSION= 3.0.4 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Daemon for Logitech G15 Keyboards WWW= https://gitlab.com/menelkir/g15daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS+= libg15.so:sysutils/libg15 \ libg15render.so:sysutils/libg15render \ libinput.so:x11/libinput USES= gmake localbase libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc USE_RC_SUBR= g15daemon INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \ ${WRKSRC}/g15daemon/main.c .include diff --git a/sysutils/libg15/Makefile b/sysutils/libg15/Makefile index 9e6dc20be96e..8bd6c97ba96b 100644 --- a/sysutils/libg15/Makefile +++ b/sysutils/libg15/Makefile @@ -1,19 +1,19 @@ PORTNAME= libg15 DISTVERSION= 3.0.7 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= API for control of LCD and the extra keys on Logitech keyboards WWW= https://sourceforge.net/projects/g15tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include diff --git a/sysutils/libg15render/Makefile b/sysutils/libg15render/Makefile index d8b02b212c8a..679afb286f46 100644 --- a/sysutils/libg15render/Makefile +++ b/sysutils/libg15render/Makefile @@ -1,21 +1,21 @@ PORTNAME= libg15render PORTVERSION= 3.0.4 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ -MAINTAINER= dmenelkir@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library to render the LCD screen on Logitech keyboards WWW= https://sourceforge.net/projects/g15tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libg15.so:sysutils/libg15 USES= gmake libtool tar:bzip2 localbase USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include