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
|
2021-12-14 21:47:48 +02:00
|
|
|
DISTVERSION = 4.12.0.d20201231
|
2020-01-15 19:21:51 +00:00
|
|
|
CATEGORIES = devel x11 ftp net www
|
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
|
|
|
|
|
|
|
|
MASTER_SITES = https://github.com/fluxer/katie/archive/
|
|
|
|
DISTFILES = master.tar.gz
|
|
|
|
DIST_SUBDIR = ${PORTNAME}
|
|
|
|
WRKSRC = ${WRKDIR}/katie-master
|
|
|
|
|
2021-12-14 22:39:20 +02:00
|
|
|
USES = compiler:c++11-lang pkgconfig cmake ssl xorg desktop-file-utils
|
2021-12-22 06:59:36 +02:00
|
|
|
USE_XORG = x11 xinerama xrandr xrender xfixes xcursor xext xpm sm ice
|
2020-01-16 10:25:11 +00:00
|
|
|
USE_LDCONFIG = yes
|
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
|
2021-02-11 01:36:04 +02:00
|
|
|
LIB_DEPENDS = libzstd.so:archivers/zstd libicuuc.so:devel/icu \
|
|
|
|
libicui18n.so:devel/icu libjansson.so:devel/jansson \
|
|
|
|
libpcre.so:devel/pcre libpng.so:graphics/png \
|
2021-12-14 22:39:20 +02:00
|
|
|
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
|
|
|
|
NLS_USES = gettext
|
|
|
|
NLS_CMAKE_ON = -DWITH_INTL=TRUE
|
|
|
|
NLS_CMAKE_OFF = -DWITH_INTL=FALSE
|
2020-01-15 17:14:44 +00:00
|
|
|
|
2020-12-04 06:46:07 +00:00
|
|
|
.include <bsd.port.mk>
|