2016-12-19 11:57:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2016/12/19 11:57:22 zhuk Exp $
|
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.
Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown.
This is an updated, KDE4 version of x11/tellico port.
Reviewed by landry@
2014-07-13 12:30:14 +00:00
|
|
|
|
|
|
|
COMMENT = organizer for book/music/video collections for KDE4
|
2016-12-19 11:57:22 +00:00
|
|
|
DISTNAME = tellico-2.3.11
|
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.
Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown.
This is an updated, KDE4 version of x11/tellico port.
Reviewed by landry@
2014-07-13 12:30:14 +00:00
|
|
|
|
|
|
|
CATEGORIES = productivity x11
|
|
|
|
HOMEPAGE = http://tellico-project.org/
|
|
|
|
MAINTAINER = KDE porting team <openbsd-kde@googlegroups.com>
|
|
|
|
|
|
|
|
# GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
WANTLIB = c m pthread z
|
|
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
|
|
|
|
WANTLIB += lib/qt4/QtXml
|
|
|
|
WANTLIB += ${KDE4LIB}/kabc ${KDE4LIB}/kcal ${KDE4LIB}/kcddb
|
|
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/khtml ${KDE4LIB}/kio ${KDE4LIB}/kjs
|
|
|
|
WANTLIB += ${KDE4LIB}/knewstuff3 ${KDE4LIB}/kparts ${KDE4LIB}/kresources
|
2015-05-02 15:30:31 +00:00
|
|
|
WANTLIB += ${KDE4LIB}/ksane ${KDE4LIB}/nepomuk
|
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.
Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown.
This is an updated, KDE4 version of x11/tellico port.
Reviewed by landry@
2014-07-13 12:30:14 +00:00
|
|
|
WANTLIB += ${KDE4LIB}/nepomukutils ${KDE4LIB}/solid
|
|
|
|
WANTLIB += exempi exslt gcrypt gpg-error poppler-qt4 qimageblitz qjson
|
2016-11-08 14:23:59 +00:00
|
|
|
WANTLIB += soprano tag lzma xml2 xslt yaz
|
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.
Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown.
This is an updated, KDE4 version of x11/tellico port.
Reviewed by landry@
2014-07-13 12:30:14 +00:00
|
|
|
|
|
|
|
MASTER_SITES = http://tellico-project.org/files/
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
|
|
|
|
MODULES = devel/gettext x11/kde4 multimedia/phonon lang/python
|
2016-12-19 11:57:22 +00:00
|
|
|
MODKDE4_USE = pim
|
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.
Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown.
This is an updated, KDE4 version of x11/tellico port.
Reviewed by landry@
2014-07-13 12:30:14 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS = ${MODKDE4_DEP_DIR}/libkcompactdisc
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
misc/shared-mime-info \
|
2015-03-27 08:16:15 +00:00
|
|
|
x11/gtk+3,-guic
|
Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.
Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown.
This is an updated, KDE4 version of x11/tellico port.
Reviewed by landry@
2014-07-13 12:30:14 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS = audio/taglib \
|
|
|
|
devel/qjson \
|
|
|
|
graphics/qimageblitz \
|
|
|
|
net/yaz \
|
|
|
|
print/poppler,,-qt4 \
|
|
|
|
textproc/exempi \
|
|
|
|
${MODKDE4_DEP_DIR}/libksane>=4.11.5p0 \
|
|
|
|
${MODKDE4_DEP_DIR}/libkcddb
|
|
|
|
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
|
|
|
|
${PREFIX}/share/apps/tellico
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|