mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
3ec7a02c37
cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket)
28 lines
464 B
Makefile
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>
|