aboutsummaryrefslogtreecommitdiff
path: root/emulators/emu64/Makefile
blob: 6494c41e632451d4bb4df16857124f1d37cd0e69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	emu64
PORTVERSION=	5.0.19
PORTREVISION=	1
CATEGORIES=	emulators

MAINTAINER=	felix@palmen-it.de
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/widget_file_browse.h

USE_SDL=	sdl2 image2
USE_GITHUB=	yes
GH_ACCOUNT=	ThKattanek

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>