1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/emulators/nestopia/Makefile
Mitchell Clay 3b5dd3c9d7 emulators/nestopia: update to 1.52.0 and take maintainership
Changelog: http://0ldsk00l.ca/nestopia/

PR:		269940
Reported by:	Mitchell Clay <mclay@astate.edu> (new maintainer)
Reviewed by:	diizzy
2023-03-30 10:25:49 +09:00

35 lines
804 B
Makefile

PORTNAME= nestopia
DISTVERSION= 1.52.0
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
USES= autoreconf gl gnome jpeg libarchive \
localbase:ldflags pkgconfig sdl
USE_CXXSTD= c++98
USE_GITHUB= yes
GH_ACCOUNT= 0ldsk00l
GNU_CONFIGURE= yes
USE_GL= gl glu
USE_SDL= sdl2
USE_XORG= xrender xcursor xfixes xext xft xinerama x11
OPTIONS_DEFINE= DOCS JACK
JACK_LIB_DEPENDS= libjack.so:audio/jack
JACK_CONFIGURE_WITH= jack
.include <bsd.port.mk>