mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
[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
31 lines
675 B
Makefile
31 lines
675 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-dev-scripts
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE development scripts
|
|
|
|
USES= cmake kde:5 perl5 python:run qt:5 shebangfix tar:xz
|
|
USE_KDE= doctools ecm
|
|
USE_QT= buildtools_build qmake_build
|
|
|
|
SHEBANG_FILES= cxxmetric \
|
|
draw_lib_dependencies \
|
|
fixkdeincludes \
|
|
fixuifiles \
|
|
grantlee_strings_extractor.py \
|
|
kde-systemsettings-tree.py \
|
|
kde_generate_export_header \
|
|
kdelnk2desktop.py \
|
|
krazy-licensecheck \
|
|
png2mng.pl \
|
|
svnintegrate \
|
|
reviewboard-am \
|
|
kde_generate_export_header \
|
|
zonetab2pot.py
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|