Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/editors/jucipp/Makefile 450560 2017-09-25 00:08:16Z jbeich $ |
2 |
# $FreeBSD: head/editors/jucipp/Makefile 450560 2017-09-25 00:08:16Z jbeich $ |
3 |
|
3 |
|
4 |
PORTNAME= jucipp |
4 |
PORTNAME= jucipp |
5 |
PORTVERSION= 1.2.4 |
5 |
PORTVERSION= 1.3.0 |
6 |
PORTREVISION= 2 |
|
|
7 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
8 |
CATEGORIES= editors |
7 |
CATEGORIES= editors |
9 |
|
8 |
|
Lines 16-39
Link Here
|
16 |
LIB_DEPENDS= libaspell.so:textproc/aspell \ |
15 |
LIB_DEPENDS= libaspell.so:textproc/aspell \ |
17 |
libboost_filesystem.so:devel/boost-libs \ |
16 |
libboost_filesystem.so:devel/boost-libs \ |
18 |
libgit2.so:devel/libgit2 \ |
17 |
libgit2.so:devel/libgit2 \ |
19 |
libclang.so:devel/llvm40 |
18 |
libclang.so:devel/llvm50 |
20 |
|
19 |
|
21 |
USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 |
|
|
22 |
USES= cmake:outsource desktop-file-utils pkgconfig |
20 |
USES= cmake:outsource desktop-file-utils pkgconfig |
|
|
21 |
USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 |
23 |
INSTALLS_ICONS= yes |
22 |
INSTALLS_ICONS= yes |
24 |
|
23 |
|
25 |
USE_GITHUB= yes |
24 |
USE_GITHUB= yes |
26 |
GH_ACCOUNT= cppit |
25 |
GH_ACCOUNT= cppit |
27 |
GH_TUPLE= cppit:libclangmm:1ef0424:libclangmm/libclangmm \ |
26 |
GH_TUPLE= cppit:libclangmm:d978517:libclangmm/libclangmm \ |
28 |
eidheim:tiny-process-library:8025c45:tiny_process_library/tiny-process-library |
27 |
eidheim:tiny-process-library:cf212df:tiny_process_library/tiny-process-library |
29 |
|
28 |
|
30 |
PLIST_FILES= bin/juci \ |
29 |
PLIST_FILES= bin/juci \ |
31 |
share/applications/juci.desktop \ |
30 |
share/applications/juci.desktop \ |
32 |
share/icons/hicolor/scalable/apps/juci.svg |
31 |
share/icons/hicolor/scalable/apps/juci.svg |
33 |
|
32 |
|
34 |
post-patch: |
|
|
35 |
# Make sure that jucipp can find LLVM 4.0 |
36 |
@${REINPLACE_CMD} 's,[[:<:]]llvm39/\(.*\)[[:>:]],llvm40/\1,g' \ |
37 |
${WRKSRC}/cmake_modules/FindLibClang.cmake |
38 |
|
39 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |