mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c1db0f9294
Reported by: portscout
23 lines
412 B
Makefile
23 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= corrade
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2019.10
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++11/C++14 multiplatform utility library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++14-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mosra
|
|
GH_TUPLE= mosra:toolchains:a3e0aff:t/toolchains
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DLIB_SUFFIX:STRING=""
|
|
|
|
.include <bsd.port.mk>
|