Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/emulators/aranym/Makefile
18157 views
PORTNAME=	aranym
DISTVERSION=	1.1.0
PORTREVISION=	5
CATEGORIES=	emulators
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
DISTNAME=	${PORTNAME}_${DISTVERSION}.orig

MAINTAINER=	[email protected]
COMMENT=	Atari Running on Any Machine
WWW=		https://aranym.github.io

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	openjpeg>0:graphics/openjpeg \
		sdl-config:devel/sdl12
RUN_DEPENDS=	bash:shells/bash

USES=		gmake jpeg perl5 pkgconfig gl localbase:ldflags sdl shebangfix xorg
USE_GL=		gl
USE_SDL=	sdl2 image2
USE_XORG=	x11

SHEBANG_FILES=	tools/arabridge

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
CONFIGURE_ARGS=	-disable-nat-debug --disable-nat-debug --enable-nfjpeg

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD
CPPFLAGS+=  -Dregister=
.endif

.include <bsd.port.mk>