blob: 3b7e5d4fb06d17081080efa7bfdf6e56044e47c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= lokalize
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Computer-aided translation system
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
kde:5 qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools i18n itemviews \
jobwidgets kio kross notifications parts service solid sonnet \
textwidgets widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus gui network script sql widgets xml \
buildtools:build qmake:build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|