1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/editors/jucipp/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

39 lines
1.2 KiB
Makefile

# Created by: Mohammad S. Babaei <info@babaei.net>
# $FreeBSD$
PORTNAME= jucipp
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.6
PORTREVISION= 4
CATEGORIES= editors
MAINTAINER= info@babaei.net
COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
LIB_DEPENDS= libaspell.so:textproc/aspell \
libboost_filesystem.so:devel/boost-libs \
libgit2.so:devel/libgit2
RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig
USE_GITLAB= yes
GL_ACCOUNT= cppit
GL_COMMIT= ec182761603fa01fe008f09989b99acdf3466096
GL_TUPLE= cppit:libclangmm:2b2f2ead1f685a9efb28ee2c0ff3cbe452a724dd:libclangmm/lib/libclangmm \
eidheim:tiny-process-library:54b95a21cf35f8467e21038f523fd3342a77de4c:tinyprocesslibrary/lib/tiny-process-library
USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3
INSTALLS_ICONS= yes
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/include \
-DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib
PLIST_FILES= bin/juci \
share/applications/juci.desktop \
share/icons/hicolor/scalable/apps/juci.svg
.include <bsd.port.mk>