2016-01-19 06:52:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nestopia
|
2018-08-03 04:54:03 +02:00
|
|
|
DISTVERSION= 1.49
|
2018-09-11 20:34:27 +02:00
|
|
|
PORTREVISION= 1
|
2016-01-19 06:52:58 +01:00
|
|
|
CATEGORIES= emulators
|
|
|
|
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
|
|
COMMENT= Portable NES/Famicom emulator
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2018-08-03 04:54:03 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2016-01-19 06:52:58 +01:00
|
|
|
|
2018-08-03 04:54:03 +02:00
|
|
|
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
|
2017-09-05 19:13:08 +02:00
|
|
|
LIB_DEPENDS= libao.so:audio/libao libepoxy.so:graphics/libepoxy
|
2016-01-19 06:52:58 +01:00
|
|
|
|
2018-12-26 13:23:44 +01:00
|
|
|
USES= autoreconf desktop-file-utils gl gnome libarchive \
|
|
|
|
localbase:ldflags pkgconfig
|
|
|
|
USE_CXXSTD= c++98
|
2016-01-19 06:52:58 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= rdanbrook
|
2018-08-03 04:54:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GL= glu
|
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30
|
|
|
|
USE_SDL= sdl2
|
2017-09-05 19:13:08 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-01-19 06:52:58 +01:00
|
|
|
.include <bsd.port.mk>
|