summaryrefslogtreecommitdiff
path: root/emulators/nestopia/Makefile
blob: 283d4857f27b02fa4dcb70df98144c09831d23fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=	nestopia
PORTVERSION=	1.47
PORTREVISION=	1
CATEGORIES=	emulators

MAINTAINER=	neel@neelc.org
COMMENT=	Portable NES/Famicom emulator

LICENSE=	GPLv2

LIB_DEPENDS=	libao.so:audio/libao

USES=		gmake libarchive pkgconfig
USE_GL=		glu
USE_GNOME=	gtk30
USE_SDL=	sdl2

USE_GITHUB=	yes
GH_ACCOUNT=	rdanbrook

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>