1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/freediameter/Makefile
Mark Linimon 50e1ff4fe8 This should not have been marked broken; the errorlog was generated
from a previous version of the Makefile.

Approved by:	portmgr (tier-2 blanket)
2017-05-24 10:28:19 +00:00

24 lines
508 B
Makefile

# $FreeBSD$
PORTNAME= freeDiameter
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.freediameter.net/hg/freeDiameter/archive/
MAINTAINER= koue@chaosophia.net
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>