Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/emu64/Makefile
16149 views
# Created by: Felix Palmen <[email protected]>

PORTNAME=	emu64
PORTVERSION=	5.0.18
PORTREVISION=	2
CATEGORIES=	emulators

MAINTAINER=	[email protected]
COMMENT=	Commodore 64 emulator

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libquazip1-qt5.so:archivers/quazip \
		libpng.so:graphics/png \
		libavcodec.so:multimedia/ffmpeg

USES=		compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \
		qmake:outsource qt:5 sdl
USE_GL=		gl glu
USE_QT=		core gui widgets buildtools_build linguisttools_build

DOS2UNIX_FILES=	src/c64_class.cpp \
		src/widget_file_browse.h

USE_SDL=	sdl2 image2
USE_GITHUB=	yes
GH_ACCOUNT=	ThKattanek

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>