5f8775ff6f
USE_CXXSTD=c++98, which makes this port build with both base GCC and Clang. While here, add USES=gl gnome. PR: 234387 Submitted by: Piotr Kubaj
30 lines
618 B
Makefile
30 lines
618 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nestopia
|
|
DISTVERSION= 1.49
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|