Files
ports/emulators/nestopia/Makefile
T
Mitchell Clay ca4bba3e05 emulators/nestopia: Update 1.53.1 => 1.53.2
Changelog:
https://github.com/0ldsk00l/nestopia/blob/1.53.2/ChangeLog

- Add lost USES+=xorg.
- Sort USE_XORG.
- Fix warnings from portclippy.

PR:	290412
2025-10-22 16:48:05 +03:00

37 lines
851 B
Makefile

PORTNAME= nestopia
DISTVERSION= 1.53.2
CATEGORIES= emulators
MAINTAINER= mclay@astate.edu
COMMENT= Portable NES/Famicom emulator
WWW= http://0ldsk00l.ca/nestopia/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive \
fltk>=0:x11-toolkits/fltk
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png \
libsamplerate.so:audio/libsamplerate
USES= autoreconf gl gnome jpeg libarchive \
localbase:ldflags pkgconfig sdl xorg
USE_CXXSTD= c++17
USE_GITHUB= yes
GH_ACCOUNT= 0ldsk00l
USE_GL= gl glu
USE_SDL= sdl2
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS JACK
JACK_LIB_DEPENDS= libjack.so:audio/jack
JACK_CONFIGURE_WITH= jack
.include <bsd.port.mk>