freebsd-ports/emulators/nestopia/Makefile
Steve Wills 57be530c0b emulators/nestopia: Add option for jack support
PR:		236627
Submitted by:	checo1705@secmail.pro
Approved by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-04-12 22:53:22 +00:00

33 lines
688 B
Makefile

# $FreeBSD$
PORTNAME= nestopia
DISTVERSION= 1.49
PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= neel@neelc.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
USES= autoreconf desktop-file-utils gl gnome libarchive \
localbase:ldflags pkgconfig
USE_CXXSTD= c++98
USE_GITHUB= yes
GH_ACCOUNT= rdanbrook
GNU_CONFIGURE= yes
USE_GL= glu
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_SDL= sdl2
INSTALLS_ICONS= yes
OPTIONS_DEFINE= DOCS JACK
JACK_LIB_DEPENDS=libjack.so:audio/jack
JACK_CONFIGURE_WITH=jack
.include <bsd.port.mk>