freebsd-ports/emulators/emu64/Makefile
Tobias C. Berner 2bf2737332 archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports
2020-11-08 18:57:00 +00:00

34 lines
706 B
Makefile

# Created by: Felix Palmen <felix@palmen-it.de>
# $FreeBSD$
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>