mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
960aad74f7
These ports, not maintained by kde@, use KDE Frameworks and require kdoctools to build. Since that is no longer an implicit build & run dependency, (re)introduce it explicitly as a build-time dependency.
35 lines
960 B
Makefile
35 lines
960 B
Makefile
PORTNAME= ktechlab
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.50.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= IDE for microcontrollers and electronics
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgpsim.so:misc/gpsim
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gnome kde:5 \
|
|
localbase qt:5 shared-mime-info
|
|
USE_GITHUB= yes
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
|
qmake_build buildtools_build
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \
|
|
crash guiaddons i18n iconthemes init itemviews jobwidgets js \
|
|
kdelibs4support khtml kio notifications parts service solid \
|
|
sonnet texteditor textwidgets unitconversion widgetsaddons windowsystem xmlgui \
|
|
doctools_build
|
|
USE_GNOME= glib20
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/lib/glib-2.0/include
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
PORTDOCS= *
|
|
|
|
PORTSCOUT= limit:^\d+\. # prevent alpha-numeric strings
|
|
|
|
.include <bsd.port.mk>
|