2019-06-03 07:01:36 +02:00
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
2022-09-07 23:06:12 +02:00
WWW = https://www.nongnu.org/libtmcg/
2019-06-03 07:01:36 +02:00
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
2023-07-17 03:31:55 +02:00
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
2019-06-03 07:01:36 +02:00
GNU_CONFIGURE = yes
CONFIGURE_ARGS = --disable-static
INSTALL_TARGET = install-strip
INFO = libTMCG
. i n c l u d e < b s d . p o r t . m k >