1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/emulators/emu64/Makefile
2021-04-06 16:31:07 +02:00

33 lines
694 B
Makefile

# Created by: Felix Palmen <felix@palmen-it.de>
PORTNAME= emu64
PORTVERSION= 5.0.18
PORTREVISION= 2
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/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>