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
|
2023-08-09 23:10:50 +03:00
|
|
|
DISTVERSION = 4.24.0.d20230809
|
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
|
|
|
|
|
2023-08-10 19:49:19 +03:00
|
|
|
MASTER_SITES = https://google.com/
|
|
|
|
DISTFILES = index.html
|
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
|
2024-03-28 07:27:56 +02:00
|
|
|
USE_XORG = x11 xrender 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
|
2022-12-23 23:01:36 +02:00
|
|
|
# NOTE: lrzsz (which katana-workspace depends on) conflicts with lrzip
|
2023-10-21 08:48:47 +03:00
|
|
|
RUN_DEPENDS = qemu-system-i386:emulators/qemu
|
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-10-21 08:48:47 +03:00
|
|
|
libtag.so:audio/taglib libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer \
|
|
|
|
libspectre.so:print/libspectre libfreetype.so:print/freetype2 \
|
|
|
|
libdjvulibre.so:graphics/djvulibre libepub.so:textproc/ebook-tools \
|
2023-09-21 16:01:54 +03:00
|
|
|
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-08-24 19:29:31 +03:00
|
|
|
# @git clone --depth=1 https://scm.osdn.net/gitroot/kde/kde-extraapps.git ${WRKSRC}
|
|
|
|
@git clone --depth=1 https://bitbucket.org/smil3y/kde-extraapps.git ${WRKSRC}
|
2023-08-10 19:49:19 +03:00
|
|
|
# @git clone --depth=1 https://github.com/fluxer/kde-extraapps.git ${WRKSRC}
|
2022-09-24 10:10:05 +03:00
|
|
|
|
2021-05-31 23:25:52 +03:00
|
|
|
.include <bsd.port.mk>
|