8083cbd355
PR: 247847 Submitted by: koue@chaosophia.net
24 lines
506 B
Makefile
24 lines
506 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= freeDiameter
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.freediameter.net/hg/freeDiameter/archive/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open source Diameter protocol implementation
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libgnutls.so:security/gnutls \
|
|
libidn.so:dns/libidn
|
|
|
|
USES= cmake bison
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ARGS= -DSCTP_USE_MAPPED_ADDRESSES:BOOL=ON
|
|
|
|
.include <bsd.port.mk>
|