bd83442d9b
Reported by: portscout
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
PORTNAME= cpeditor
|
|
DISTVERSION= 6.10.2
|
|
CATEGORIES= editors devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Lightweight and cross-platform code editor for competitive programming
|
|
WWW= https://github.com/cpeditor/cpeditor
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:noninja compiler:c++17-lang desktop-file-utils qt:5
|
|
USE_QT= core gui network widgets \
|
|
buildtools:build linguisttools:build qmake:build
|
|
USE_GITHUB= yes
|
|
GH_TUPLE= \
|
|
cpeditor:QCodeEditor:dbf8b26:cpeditor_QCodeEditor/third_party/QCodeEditor \
|
|
itay-grudev:SingleApplication:f1e1508:itay_grudev_SingleApplication/third_party/singleapplication \
|
|
cpeditor:QtFindReplaceDialog:8528b6e:cpeditor_QtFindReplaceDialog/third_party/QtFindReplaceDialog \
|
|
cpeditor:lsp-cpp:1825fd7:cpeditor_lsp_cpp/third_party/lsp-cpp \
|
|
cpeditor:qhttp:fd780d2a0bee1246f2ab0a17f6eebab6403fce64:cpeditor_qhttp/third_party/qhttp \
|
|
MikeMirzayanov:testlib:7fd543d:MikeMirzayanov_testlib/third_party/testlib
|
|
|
|
PLIST_FILES= bin/cpeditor \
|
|
share/applications/cpeditor.desktop \
|
|
share/icons/hicolor/512x512/apps/cpeditor.png \
|
|
share/metainfo/cpeditor.appdata.xml
|
|
|
|
.include <bsd.port.mk>
|