2021-05-31 23:25:52 +03:00
|
|
|
# https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/
|
|
|
|
|
2021-06-01 02:15:15 +03:00
|
|
|
PORTNAME = katana-extraapps
|
2022-12-01 21:48:06 +02:00
|
|
|
DISTVERSION = 4.23.0.d20220512
|
2021-05-31 23:25:52 +03:00
|
|
|
CATEGORIES = devel x11
|
|
|
|
MAINTAINER = xakepa10@gmail.com
|
|
|
|
COMMENT = Katana extra applications
|
|
|
|
LICENSE = GPLv2 LGPL21
|
|
|
|
LICENSE_COMB = multi
|
|
|
|
|
2022-09-24 10:10:05 +03:00
|
|
|
MASTER_SITES = https://osdn.net/projects/kde/news/
|
|
|
|
DISTFILES = rss
|
2021-05-31 23:25:52 +03:00
|
|
|
DIST_SUBDIR = ${PORTNAME}
|
2022-09-24 10:10:05 +03:00
|
|
|
WRKSRC = ${WRKDIR}/kde-extraapps.git
|
2021-05-31 23:25:52 +03:00
|
|
|
|
2022-12-22 17:46:26 +02:00
|
|
|
USES = compiler:c++11-lang pkgconfig cmake xorg gettext-tools libarchive desktop-file-utils
|
2021-05-31 23:25:52 +03:00
|
|
|
USE_XORG = x11 xrender xtst xdamage xext xfixes
|
2021-06-01 16:10:04 +03:00
|
|
|
USE_GETTEXT_TOOLS = build run
|
2022-10-06 20:17:14 +03:00
|
|
|
USE_LIBARCHIVE = build
|
2021-07-11 01:31:05 +03:00
|
|
|
USE_LDCONFIG = yes
|
2021-06-01 16:10:04 +03:00
|
|
|
# build and run depending on freerdp2 since the build system checks for its presence but in fact
|
2023-06-02 15:37:43 +03:00
|
|
|
# only the binaries are needed. qemu is runtime only
|
2022-12-23 23:01:36 +02:00
|
|
|
# NOTE: lrzsz (which katana-workspace depends on) conflicts with lrzip
|
2023-06-02 15:37:43 +03:00
|
|
|
RUN_DEPENDS = xfreerdp:net/freerdp qemu-system-i386:emulators/qemu
|
2022-10-17 23:20:52 +03:00
|
|
|
# oss is not part of any package
|
2021-06-01 02:15:15 +03:00
|
|
|
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
2022-10-17 23:20:52 +03:00
|
|
|
libplasmagenericshell.so:katana/katana-workspace libdeflate.so:archivers/libdeflate \
|
2023-05-28 21:04:14 +03:00
|
|
|
libgmp.so:math/gmp libasound.so:audio/alsa-lib libtag.so:audio/taglib \
|
2022-10-16 02:46:56 +03:00
|
|
|
libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer libqalculate.so:math/libqalculate \
|
|
|
|
libspectre.so:print/libspectre libfreetype.so:print/freetype2 \
|
2022-12-20 18:52:43 +02:00
|
|
|
libdjvulibre.so:graphics/djvulibre libepub.so:textproc/ebook-tools \
|
2022-10-16 02:46:56 +03:00
|
|
|
libvncserver.so:net/libvncserver libfreerdp2.so:net/freerdp \
|
|
|
|
libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar libpoppler-cpp.so:graphics/poppler
|
2021-05-31 23:25:52 +03:00
|
|
|
CMAKE_ARGS = -Wno-dev -DBUILD_partitionmanager=FALSE
|
2021-07-10 15:42:35 +03:00
|
|
|
LDFLAGS += -Wl,--as-needed
|
2021-05-31 23:25:52 +03:00
|
|
|
|
2022-09-24 10:10:05 +03:00
|
|
|
do-extract:
|
|
|
|
@rm -vrf ${WRKSRC}
|
2023-05-20 02:21:22 +03:00
|
|
|
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/kde-extraapps.git ${WRKSRC}
|
2022-09-24 10:10:05 +03:00
|
|
|
|
2021-05-31 23:25:52 +03:00
|
|
|
.include <bsd.port.mk>
|