mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
9cf69eeb54
- Chase kdemultimedia4 split/kdegames shlib bump - Convert to new options framework - Trip Makefile header sysutils/k3b-kde4: - add patches to fix build with ffmpeg-devel [1] PR: ports/162261 [1] Submitted by: Phil Oleson <oz at nixil.net>
32 lines
724 B
Makefile
32 lines
724 B
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tellico
|
|
PORTVERSION= 2.3.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://tellico-project.org/files/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Collection manager for KDE
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
|
|
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
|
|
yaz:${PORTSDIR}/net/yaz \
|
|
exempi:${PORTSDIR}/textproc/exempi \
|
|
qjson:${PORTSDIR}/devel/qjson
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \
|
|
automoc4 qimageblitz libkcddb
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build
|
|
USE_CMAKE= yes
|
|
USE_GETTEXT= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|