blob: 10da79316430597883db962492bda12a3298b7ed (
plain)
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
|
PORTNAME= anese
PORTVERSION= 0.9.1
CATEGORIES= emulators
MAINTAINER= freebsd@sysctl.cz
COMMENT= NES Emulator written for fun and learning
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:insource compiler:c++11-lang sdl
USE_GITHUB= yes
GH_ACCOUNT= daniel5151
GH_PROJECT= ANESE
USE_LDCONFIG= yes
USE_SDL= sdl2
PLIST_FILES= bin/anese
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|