Files
ports/editors/notepadnext/Makefile
T
2026-04-28 01:13:28 -07:00

49 lines
1.7 KiB
Makefile

PORTNAME= notepadnext
DISTVERSIONPREFIX= v
DISTVERSION= 0.14
CATEGORIES= editors
MAINTAINER= yuri@FreeBSD.org
COMMENT= Reimplementation of Notepad++
WWW= https://github.com/dail8859/NotepadNext
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libuchardet.so:textproc/uchardet \
libxkbcommon.so:x11/libxkbcommon
USES= cmake desktop-file-utils gl localbase:ldflags qt:6 xorg
USE_GL= gl opengl
USE_QT= base 5compat tools:build
USE_GL= gl
USE_XORG= xcb
USE_GITHUB= yes
GH_ACCOUNT= dail8859
GH_PROJECT= NotepadNext
GH_TUPLE= alex-spataru:QSimpleUpdater:3cc832c:alex_spataru_QSimpleUpdater/src/QSimpleUpdater \
editorconfig:editorconfig-core-qt:52820d59769fcba6d0ed94f685406c0383fe1a30:editorconfig_editorconfig_core_qt/src/editorconfig-core-qt \
editorconfig:editorconfig-core-test:70840cfaf6a06766ab61e975b8a1fe3b891ee08e:editorconfig_editorconfig_core_test/src/editorconfig-core-qt/tests \
githubuser0xFFFF:Qt-Advanced-Docking-System:df1fa27:githubuser0xFFFF_Qt_Advanced_Docking_System/src/ads \
itay-grudev:SingleApplication:8c48163:itay_grudev_SingleApplication/src/singleapplication
CXXFLAGS+= -I${LOCALBASE}/include/uchardet \
-I${WRKSRC}/src/ads/src \
-I${WRKSRC}/src/editorconfig-core-qt
LDFLAGS+= -luchardet
PLIST_FILES= bin/NotepadNext \
share/applications/NotepadNext.desktop \
share/icons/hicolor/scalable/apps/NotepadNext.svg \
share/icons/hicolor/scalable/mimetypes/NotepadNext.svg
post-extract: # fix wrong handling of IPC keys in singleapplication.cpp
@${REINPLACE_CMD} \
-e "s/QSharedMemory( QNativeIpcKey( d->blockServerName ) );/QSharedMemory( QNativeIpcKey( d->blockServerName, QNativeIpcKey::legacyDefaultTypeForOs() ) );/" \
${WRKSRC}/src/singleapplication/singleapplication.cpp
.include <bsd.port.mk>