b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tellico
|
|
PORTVERSION= 2.3.12
|
|
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= libexempi.so:textproc/exempi \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libpoppler-qt4.so:graphics/poppler-qt4 \
|
|
libqjson.so:devel/qjson@qt4 \
|
|
libtag.so:audio/taglib \
|
|
libyaz.so:net/yaz
|
|
|
|
USES= cmake gettext kde:4 pkgconfig python:run \
|
|
qt:4 shared-mime-info shebangfix tar:bzip2
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE= kdelibs libksane pimlibs soprano \
|
|
automoc4 qimageblitz libkcddb libkcompactdisc
|
|
USE_QT= corelib dbus gui network phonon svg xml \
|
|
qmake_build moc_build uic_build rcc_build
|
|
|
|
SHEBANG_FILES= src/fetch/scripts/bedetheque.py \
|
|
src/fetch/scripts/dark_horse_comics.py \
|
|
src/fetch/scripts/fr.allocine.py \
|
|
src/fetch/scripts/ministerio_de_cultura.py
|
|
|
|
.include <bsd.port.mk>
|