blob: d705ccd3514af4b14861c2b709c83a0bdf192bc7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= libkeduvocdocument
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= misc kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for reading and writing vocabulary files
WWW= https://edu.kde.org/
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz
USE_KDE= archive config coreaddons i18n kio service \
ecm:build
USE_QT= base
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|