forked from Lainports/freebsd-ports
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
17 lines
425 B
Makefile
17 lines
425 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkeduvocdocument
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Library for reading and writing vocabulary files
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= archive config coreaddons ecm i18n kio service
|
|
USE_QT= core gui xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|