mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7be0be3c94
Approved by: portmgr (tier-2 blanket)
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# Created by: Mohammad S. Babaei <info@babaei.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jucipp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.4.4
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -Wno-cpp
|
|
|
|
LIB_DEPENDS= libaspell.so:textproc/aspell \
|
|
libboost_filesystem.so:devel/boost-libs \
|
|
libgit2.so:devel/libgit2 \
|
|
libclang.so.5:devel/llvm50
|
|
|
|
USES= cmake:outsource desktop-file-utils pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cppit
|
|
GH_TUPLE= cppit:libclangmm:5a0195e:libclangmm/libclangmm \
|
|
eidheim:tiny-process-library:a034812:tiny_process_library/tiny-process-library
|
|
USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3
|
|
INSTALLS_ICONS= yes
|
|
|
|
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm50/include \
|
|
-DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm50/lib
|
|
|
|
PLIST_FILES= bin/juci \
|
|
share/applications/juci.desktop \
|
|
share/icons/hicolor/scalable/apps/juci.svg
|
|
|
|
.include <bsd.port.mk>
|