Lines 1-30
Link Here
|
1 |
PORTNAME= intellij-fsnotifier |
1 |
PORTNAME= intellij-fsnotifier |
2 |
PORTVERSION= 20160221 |
2 |
PORTVERSION= 20230112 |
3 |
PORTREVISION= 6 |
|
|
4 |
CATEGORIES= java devel |
3 |
CATEGORIES= java devel |
5 |
|
4 |
|
6 |
MAINTAINER= ports@FreeBSD.org |
5 |
MAINTAINER= erik@tenku.dk |
7 |
COMMENT= Replacement for IntelliJ's fsnotifier |
6 |
COMMENT= Replacement for IntelliJ's fsnotifier |
8 |
WWW= https://github.com/t6/fsnotifier |
7 |
WWW= https://gitlab.com/worthwhileit/bsd/fsnotifier |
9 |
|
8 |
|
10 |
LICENSE= APACHE20 |
9 |
LICENSE= APACHE20 |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
12 |
|
11 |
|
13 |
LIB_DEPENDS= libinotify.so:devel/libinotify |
12 |
LIB_DEPENDS= libinotify.so:devel/libinotify |
14 |
|
13 |
|
15 |
USE_GITHUB= yes |
14 |
USES= cmake compiler:c11 pkgconfig |
16 |
GH_ACCOUNT= t6 |
|
|
17 |
GH_PROJECT= fsnotifier |
18 |
GH_TAGNAME= a04fbff6e21d58fea7a3ed2a6a21e53cbef4b7af |
19 |
|
15 |
|
20 |
USES= compiler:c11 |
16 |
USE_GITLAB= yes |
|
|
17 |
GL_ACCOUNT= worthwhileit/bsd |
18 |
GL_PROJECT= fsnotifier |
19 |
GL_TAGNAME= ${PORTVERSION} |
21 |
|
20 |
|
22 |
.include "${.CURDIR}/../intellij/common.mk" |
21 |
CMAKE_ARGS+= -DVERSION=${PORTVERSION} |
23 |
|
22 |
|
24 |
PLIST_FILES= ${IDEA_HOME}/bin/fsnotifier |
23 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
25 |
|
|
|
26 |
do-install: |
27 |
${MKDIR} ${STAGEDIR}${IDEA_HOME}/bin |
28 |
${INSTALL_PROGRAM} ${WRKSRC}/fsnotifier ${STAGEDIR}${IDEA_HOME}/bin |
29 |
|
24 |
|
30 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |