freebsd-ports/emulators/anese/Makefile
Mark Linimon 3ec7a02c37 Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2019-09-01 23:42:39 +00:00

28 lines
464 B
Makefile

# $FreeBSD$
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>