1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/emulators/nestopia/Makefile
Niclas Zeising 0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00

31 lines
614 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
CXXFLAGS+= -Wno-narrowing
USES= autoreconf desktop-file-utils libarchive localbase:ldflags pkgconfig
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>