pkgsrc/net/freeDiameter/Makefile
wiz 27d44a0c22 Update to 1.1.6:
freediameter (1.1.6)

  * Fix major issue in 1.1.5 preventing to send answers to a received message.
  * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
  * Improved parsing error handling and Failed-AVP generation.
  * Added support for some timings measurements in freeDiameter (in the logs)
  * Fix port handling when using non-default port.
  * Some cleanups in several dictionary files.
  * New option to fd_dict_search: AVP_BY_STRUCT
  * Improved compatibility with C++ compilers.
  * Cleanups in sessions creation/destruction to avoid memory corruption under stress.
  * Add support for "include" directive in freeDiameter.conf file.

 -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100
2013-03-04 16:28:29 +00:00

40 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2013/03/04 16:28:29 wiz Exp $
#
DISTNAME= 1.1.6
PKGNAME= freeDiameter-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://www.freediameter.net/hg/freeDiameter/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freediameter.net/trac/
COMMENT= Open source Diameter protocol implementation
LICENSE= modified-bsd
DIST_SUBDIR= freeDiameter
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_CMAKE= yes
CMAKE_ARGS+= -DDISABLE_SCTP:BOOL=ON
USE_LANGUAGES= c c++
USE_TOOLS+= bison flex pkg-config
FLEX_REQD= 2.5.35
# needs libraries installed
#TEST_TARGET= test
.include "options.mk"
INSTALLATION_DIRS= share/examples/freeDiameter/single_host
post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.* \
${DESTDIR}${PREFIX}/share/examples/freeDiameter
cd ${WRKSRC}/doc/single_host && ${INSTALL_DATA} *.* \
${DESTDIR}${PREFIX}/share/examples/freeDiameter/single_host
.include "../../devel/libidn/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"