1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/cutelyst/Makefile
Mark Linimon 7f02340ab5 Fix build on gcc-based architectures:
target_compile_features The compiler feature "cxx_auto_type" is not known to CXX compiler

Approved by:	portmgr (tier-2 blanket)
2019-03-12 05:27:47 +00:00

28 lines
517 B
Makefile

# $FreeBSD$
PORTNAME= cutelyst
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.0
CATEGORIES= www
MAINTAINER= adridg@FreeBSD.org
COMMENT= C++/Qt web framework
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang localbase qt:5
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT= qmake_build buildtools_build \
core network sql
CMAKE_ARGS= -DBUILD_ALL=OFF \
-DBUILD_TESTS=OFF \
-DMANDIR:PATH=man \
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE
PLIST_SUB= SOVER=${DISTVERSION}
.include <bsd.port.mk>