mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
47 lines
965 B
Makefile
47 lines
965 B
Makefile
COMMENT = emulator frontend
|
|
|
|
PKGNAME = es-de-$V
|
|
V = 3.4.1
|
|
REV = 5db4e2a32bd5852cc7a3dbeb298d85de86a536d7
|
|
|
|
DIST_TUPLE += gitlab es-de emulationstation-de v$V .
|
|
|
|
CATEGORIES = emulators
|
|
|
|
HOMEPAGE = https://es-de.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
|
WANTLIB += GL GLU SDL2 avcodec avfilter avformat avutil c curl
|
|
WANTLIB += freeimage freetype git2 harfbuzz icuuc intl lunasvg
|
|
WANTLIB += m poppler-cpp pugixml
|
|
|
|
# c++17
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cmake
|
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
|
graphics/glm
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+4,-guic
|
|
LIB_DEPENDS = devel/libgit2/libgit2 \
|
|
devel/sdl2 \
|
|
graphics/ffmpeg \
|
|
graphics/freeimage \
|
|
graphics/lunasvg \
|
|
net/curl \
|
|
print/poppler,-main \
|
|
textproc/pugixml
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
WRKDIST = ${WRKDIR}/emulationstation-de-v$V-${REV}
|
|
|
|
post-install:
|
|
gunzip ${PREFIX}/man/man6/es-de.6.gz
|
|
|
|
.include <bsd.port.mk>
|