blob: 874a3bc2c1a3fd6061cba6ae9741f4aa2372f191 (
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
24
25
26
27
28
29
30
31
|
PORTNAME= kde-dev-scripts
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE development scripts
USES= cmake kde:6 perl5 qt:6 shebangfix tar:xz \
python:run
USE_KDE= doctools \
ecm:build
USE_QT= base
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>
|