mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
31 lines
650 B
Makefile
31 lines
650 B
Makefile
PORTNAME= nestopia
|
|
DISTVERSION= 1.51.1
|
|
CATEGORIES= emulators
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Portable NES/Famicom emulator
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
|
|
LIB_DEPENDS= libao.so:audio/libao \
|
|
libepoxy.so:graphics/libepoxy \
|
|
libfltk.so:x11-toolkits/fltk
|
|
|
|
USES= autoreconf desktop-file-utils gl gnome libarchive \
|
|
localbase:ldflags pkgconfig sdl
|
|
USE_CXXSTD= c++98
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rdanbrook
|
|
GNU_CONFIGURE= yes
|
|
USE_GL= glu
|
|
USE_SDL= sdl2
|
|
|
|
OPTIONS_DEFINE= DOCS JACK
|
|
|
|
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
|
JACK_CONFIGURE_WITH= jack
|
|
|
|
.include <bsd.port.mk>
|