mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
eba5fde54f
https://dantti.wordpress.com/2019/02/18/cutelyst-2-7-0-released-async-is-back/ Main new feature is support for async calls. While here, pet portlint and add a PLIST_SUB.
28 lines
497 B
Makefile
28 lines
497 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 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>
|