aboutsummaryrefslogtreecommitdiff
path: root/net/freediameter/Makefile
blob: 1dc3027986b78937cfc1313885760962c7390ddb (plain) (blame)
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
PORTNAME=	freediameter
PORTVERSION=	1.5.0
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://www.freediameter.net/hg/freeDiameter/archive/
DISTNAME=	${PORTNAME:S/d/D/}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Open source Diameter protocol implementation
WWW=		http://www.freediameter.net/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
		libgnutls.so:security/gnutls \
		libidn.so:dns/libidn

USES=		bison cmake cpe tar:bzip2
USE_LDCONFIG=	yes
CMAKE_ARGS=	-DSCTP_USE_MAPPED_ADDRESSES:BOOL=ON
CMAKE_ARGS+=	-DDISABLE_SCTP:BOOL=ON
TEST_TARGET=	test

.include <bsd.port.mk>