1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/emulators/anese/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
451 B
Makefile

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>