2022-01-10 20:45:05 +02:00
|
|
|
# https://docs.freebsd.org/en/books/porters-handbook/
|
2020-12-04 00:13:45 +00:00
|
|
|
|
2020-01-14 19:32:21 +00:00
|
|
|
PORTNAME = katie
|
2023-08-09 23:21:37 +03:00
|
|
|
DISTVERSION = 4.14.0.d20230809
|
2022-05-16 04:53:59 +03:00
|
|
|
CATEGORIES = devel x11 net
|
2020-01-14 19:32:21 +00:00
|
|
|
MAINTAINER = xakepa10@gmail.com
|
|
|
|
COMMENT = C++ toolkit derived from the Qt 4.8 framework
|
2021-02-08 15:08:15 +02:00
|
|
|
LICENSE = BSD3CLAUSE LGPL21+
|
2020-01-14 19:32:21 +00:00
|
|
|
LICENSE_COMB = multi
|
|
|
|
|
2023-08-10 19:35:05 +03:00
|
|
|
MASTER_SITES = https://google.com/
|
|
|
|
DISTFILES = index.html
|
2020-01-14 19:32:21 +00:00
|
|
|
DIST_SUBDIR = ${PORTNAME}
|
2022-09-24 07:59:37 +03:00
|
|
|
WRKSRC = ${WRKDIR}/katie.git
|
2020-01-14 19:32:21 +00:00
|
|
|
|
2022-02-22 16:47:13 +02:00
|
|
|
USES = compiler:c++11-lang pkgconfig cmake xorg desktop-file-utils
|
2024-06-03 19:30:09 +03:00
|
|
|
USE_XORG = x11 xinerama xrandr xrender xfixes xcursor xext xpm
|
2020-01-16 10:25:11 +00:00
|
|
|
USE_LDCONFIG = yes
|
2022-11-02 04:26:43 +02:00
|
|
|
USE_GETTEXT_TOOLS = build run
|
2022-01-10 20:45:05 +02:00
|
|
|
RUN_DEPENDS = xdg-open:devel/xdg-utils \
|
|
|
|
${LOCALBASE}/share/fonts/freefont-ttf/FreeSans.ttf:x11-fonts/freefont-ttf
|
2022-02-05 02:52:02 +02:00
|
|
|
LIB_DEPENDS = libdeflate.so:archivers/libdeflate libicuuc.so:devel/icu \
|
2021-02-11 01:36:04 +02:00
|
|
|
libicui18n.so:devel/icu libjansson.so:devel/jansson \
|
2022-02-28 05:08:23 +02:00
|
|
|
libpng.so:graphics/png libfreetype.so:print/freetype2 \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig libdbus-1.so:devel/dbus \
|
|
|
|
libcups.so:print/cups
|
2021-09-16 16:08:55 +03:00
|
|
|
CMAKE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie" -Wno-dev
|
2020-01-14 19:32:21 +00:00
|
|
|
|
2021-09-10 05:03:08 +03:00
|
|
|
OPTIONS_DEFINE = NLS
|
2020-01-15 19:41:03 +00:00
|
|
|
OPTIONS_SUB = yes
|
2020-12-05 09:50:12 +00:00
|
|
|
NLS_DESC = Build translator and translations
|
2022-11-02 04:26:43 +02:00
|
|
|
NLS_USES = gettext-tools
|
|
|
|
NLS_CMAKE_ON = -DWITH_GETTEXTPO=TRUE
|
|
|
|
NLS_CMAKE_OFF = -DWITH_GETTEXTPO=FALSE
|
2020-01-15 17:14:44 +00:00
|
|
|
|
2022-09-24 07:10:19 +03:00
|
|
|
do-extract:
|
2022-09-24 07:59:37 +03:00
|
|
|
@rm -vrf ${WRKSRC}
|
2023-08-20 20:19:44 +03:00
|
|
|
# @git clone --depth=1 https://scm.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
|
|
|
|
@git clone --depth=1 https://bitbucket.org/smil3y/Katie.git ${WRKSRC}
|
2023-08-10 19:35:05 +03:00
|
|
|
# @git clone --depth=1 https://github.com/fluxer/katie.git ${WRKSRC}
|
2022-09-24 07:10:19 +03:00
|
|
|
|
2020-12-04 06:46:07 +00:00
|
|
|
.include <bsd.port.mk>
|