1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/games/libtmcg/Makefile
2023-07-16 18:31:55 -07:00

29 lines
756 B
Makefile

PORTNAME= libtmcg
DISTVERSION= 1.3.18
CATEGORIES= games security
MASTER_SITES= SAVANNAH
DISTNAME= libTMCG-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library for creating secure and fair online card games
WWW= https://www.nongnu.org/libtmcg/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error \
libgmp.so:math/gmp
USES= gmake libtool localbase:ldflags
USE_LDCONFIG= yes
USE_CXXSTD= c++14 # fix build with clang-16 broken due to use of deprecated feature std::binary_function, see https://savannah.nongnu.org/bugs/index.php?64433
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
INFO= libTMCG
.include <bsd.port.mk>