21a283f3be
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
26 lines
723 B
Makefile
26 lines
723 B
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tellico
|
|
PORTVERSION= 2.3.10
|
|
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= libtag.so:${PORTSDIR}/audio/taglib \
|
|
libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
|
|
libyaz.so:${PORTSDIR}/net/yaz \
|
|
libexempi.so:${PORTSDIR}/textproc/exempi \
|
|
libqjson.so:${PORTSDIR}/devel/qjson
|
|
|
|
USE_KDE4= kdelibs kdeprefix libksane pimlibs \
|
|
automoc4 qimageblitz libkcddb libkcompactdisc
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build
|
|
USES= cmake gettext pkgconfig shared-mime-info tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|