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-05-12 16:29:47 +03:00
|
|
|
DISTVERSION = 4.22.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-04-09 19:15:23 +03:00
|
|
|
USES = compiler:c++11-lang pkgconfig cmake xorg ssl gettext-tools libarchive \
|
2022-04-15 00:27:09 +03:00
|
|
|
ghostscript desktop-file-utils
|
2021-05-31 23:25:52 +03:00
|
|
|
USE_XORG = x11 xrender xtst xdamage xext xfixes
|
|
|
|
USE_PERL5 = build
|
2021-06-01 16:10:04 +03:00
|
|
|
USE_GETTEXT_TOOLS = build run
|
2021-07-11 11:32:18 +03:00
|
|
|
USE_GHOSTSCRIPT = run
|
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
|
2021-08-08 18:03:45 +03:00
|
|
|
# only the binaries are needed, speech-dispatcher is both build and runtime dependancy, qemu is
|
|
|
|
# runtime only
|
2021-06-26 18:11:10 +03:00
|
|
|
RUN_DEPENDS = xfreerdp:net/freerdp xsltproc:textproc/libxslt \
|
2022-04-08 23:14:23 +00:00
|
|
|
speech-dispatcher:accessibility/speech-dispatcher qemu-system-i386:emulators/qemu \
|
2022-04-09 22:16:13 +03:00
|
|
|
kpsewhich:devel/tex-kpathsea
|
2021-06-01 19:58:04 +03:00
|
|
|
# zlib and oss are not part of any package
|
2021-06-01 02:15:15 +03:00
|
|
|
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
2022-05-14 21:38:00 +03:00
|
|
|
libplasmagenericshell.so:katana/katana-workspace \
|
2022-04-18 02:17:17 +03:00
|
|
|
libdbusmenu-katie.so:katana/libdbusmenu-katie libgmp.so:math/gmp \
|
|
|
|
libexiv2.so:graphics/exiv2 libasound.so:audio/alsa-lib \
|
2022-04-09 01:43:27 +03:00
|
|
|
libspeechd.so:accessibility/speech-dispatcher libtag.so:audio/taglib \
|
|
|
|
libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer \
|
2022-03-14 09:26:03 +02:00
|
|
|
libqalculate.so:math/libqalculate libspectre.so:print/libspectre \
|
2021-08-08 07:31:03 +03:00
|
|
|
libfreetype.so:print/freetype2 libdjvulibre.so:graphics/djvulibre \
|
2021-10-03 01:18:30 +03:00
|
|
|
libepub.so:textproc/ebook-tools libmms.so:net/libmms libvncserver.so:net/libvncserver \
|
2022-04-18 02:17:17 +03:00
|
|
|
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}
|
|
|
|
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kde-extraapps.git ${WRKSRC}
|
|
|
|
|
2021-05-31 23:25:52 +03:00
|
|
|
.include <bsd.port.mk>
|