freebsd-ports/emulators/stella/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

# Created by: Jacques Vidrine <nectar@FreeBSD.org>
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-12 06:56:17 +02:00
PORTNAME= stella
2018-07-28 09:08:24 +02:00
PORTVERSION= 5.1.3
CATEGORIES= emulators
2006-12-29 18:03:21 +01:00
MAINTAINER= acm@FreeBSD.org
COMMENT= Multi-platform Atari 2600 VCS emulator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/License.txt
2018-07-28 09:08:24 +02:00
USE_GITHUB= yes
GH_ACCOUNT= stella-emu
LIB_DEPENDS= libpng.so:graphics/png
BROKEN_aarch64= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_powerpc64= fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std'
CONFLICTS_INSTALL= rubygem-stella
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
1999-04-07 17:52:58 +02:00
USE_SDL= sdl2
USES= compiler:c++11-lib gmake tar:xz
HAS_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
do-install:
2014-04-06 05:26:38 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/stella ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/src/emucore/stella.pro ${STAGEDIR}${DATADIR}
do-install-DOCS-on:
2014-04-06 05:26:38 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>