ports/java/intellij-fsnotifier/Makefile
Erik Jensen df0f45d512 java/intellij-fsnotifier: Update to 20230112
ChangeLog: https://gitlab.com/worthwhileit/bsd/fsnotifier

"Adaptation of JetBrains' fsNotifier
(https://github.com/JetBrains/intellij-community/tree/master/native/fsNotifier/linux)
to work on FreeBSD, largely inspired by the modifications made by the user t6 at
the (now 404'd) GitHub repository (https://github.com/t6/fsnotifier) by the name
of fsnotifier."

PR:		272703
Reported by:	erik@tenku.dk (maintainer)
2023-07-25 17:10:15 +02:00

25 lines
562 B
Makefile

PORTNAME= intellij-fsnotifier
PORTVERSION= 20230112
CATEGORIES= java devel
MAINTAINER= erik@tenku.dk
COMMENT= Replacement for IntelliJ's fsnotifier
WWW= https://gitlab.com/worthwhileit/bsd/fsnotifier
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libinotify.so:devel/libinotify
USES= cmake compiler:c11 pkgconfig
USE_GITLAB= yes
GL_ACCOUNT= worthwhileit/bsd
GL_PROJECT= fsnotifier
GL_COMMIT= b96f269f637058461df482f4cf55037a5968d7a8
CMAKE_ARGS+= -DVERSION=${PORTVERSION}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>