summaryrefslogtreecommitdiff
path: root/games/libtmcg/Makefile
blob: 159e05aba91089f46c0216238231b0ac802489c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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

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

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static
INSTALL_TARGET=	install-strip

INFO=		libTMCG

.include <bsd.port.mk>