Changeset View
Changeset View
Standalone View
Standalone View
databases/kbibtex/Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org> | # Created by: Markus Brueffer <markus@FreeBSD.org> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= kbibtex | PORTNAME= kbibtex | ||||
DISTVERSION= 0.9.1 | DISTVERSION= 0.9.1 | ||||
PORTREVISION= 3 | PORTREVISION= 3 | ||||
CATEGORIES= databases kde | CATEGORIES= databases kde | ||||
MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} | MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} | ||||
MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
COMMENT= Bibliography editor for KDE | COMMENT= Bibliography editor for KDE | ||||
LIB_DEPENDS= libicuuc.so:devel/icu \ | LIB_DEPENDS= libicuuc.so:devel/icu \ | ||||
libqca-qt5.so:devel/qca \ | |||||
libpoppler.so:graphics/poppler \ | libpoppler.so:graphics/poppler \ | ||||
libpoppler-qt5.so:graphics/poppler-qt5 \ | libpoppler-qt5.so:graphics/poppler-qt5 \ | ||||
libqoauth-qt5.so:net/qoauth-qt5 | libqoauth-qt5.so:net/qoauth-qt5 | ||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ | USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ | ||||
iconv kde:5 qt:5 shared-mime-info tar:xz | iconv kde:5 qca qt:5 shared-mime-info tar:xz | ||||
USE_GNOME= libxml2 libxslt | USE_GNOME= libxml2 libxslt | ||||
USE_KDE= auth bookmarks codecs completion config configwidgets \ | USE_KDE= auth bookmarks codecs completion config configwidgets \ | ||||
coreaddons crash ecm i18n iconthemes itemviews jobwidgets \ | coreaddons crash ecm i18n iconthemes itemviews jobwidgets \ | ||||
kio parts service solid sonnet texteditor textwidgets wallet \ | kio parts service solid sonnet texteditor textwidgets wallet \ | ||||
widgetsaddons xmlgui | widgetsaddons xmlgui | ||||
USE_QT= concurrent core dbus declarative gui location network \ | USE_QT= concurrent core dbus declarative gui location network \ | ||||
printsupport webchannel widgets xml xmlpatterns \ | printsupport webchannel widgets xml xmlpatterns \ | ||||
buildtools_build qmake_build | buildtools_build qmake_build | ||||
Show All 14 Lines |