1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/fuzzylite/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

28 lines
527 B
Makefile

PORTNAME= fuzzylite
DISTVERSIONPREFIX= v
DISTVERSION= 6.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Fuzzy logic control library in C++
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_OFF= FL_BUILD_STATIC FL_BUILD_TESTS
CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}
PLIST_SUB= SHLIB_VER=${DISTVERSION}
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang
CFLAGS+= -Wno-error=varargs
.endif
.include <bsd.port.post.mk>