mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
d98b56f1de
Release 21.09.0: core: * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators * Correct decoding of signature properties Reason & Location when they are Unicode * Fix issues with malformed files * MSVC build fixes build system: * Call cmake_minium_required() before project() * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE} * correctly forward user-provided flags to try_compile() Exp-run by: antoine PR: 258206
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
PORTNAME= tellico
|
|
DISTVERSION= 3.4.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://tellico-project.org/files/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Collection manager for KDE
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libbtparse.so:textproc/btparse \
|
|
libcdio.so:sysutils/libcdio \
|
|
libcsv.so:textproc/libcsv \
|
|
libexempi.so:textproc/exempi \
|
|
libiso9660.so:sysutils/libcdio \
|
|
libpoppler-qt5.so:graphics/poppler-qt5 \
|
|
libpoppler.so:graphics/poppler \
|
|
libtag.so:audio/taglib \
|
|
libyaz.so:net/yaz
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \
|
|
kde:5 pkgconfig python:run qt:5 shared-mime-info shebangfix \
|
|
tar:xz
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE= archive attica5 auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash filemetadata guiaddons \
|
|
i18n iconthemes itemmodels itemviews jobwidgets js khtml kio \
|
|
libkcddb libksane newstuff parts service solid sonnet \
|
|
textwidgets wallet widgetsaddons windowsystem xmlgui \
|
|
doctools_build ecm_build
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
SHEBANG_FILES= src/fetch/scripts/dark_horse_comics.py \
|
|
src/fetch/scripts/fr.allocine.py
|
|
|
|
.include <bsd.port.mk>
|