pkgsrc/net/ortp/Makefile
jperkin dda54c7769 ortp: Use C99 and additional defines to fix SunOS.
Also add dependency on OpenSSL.  The package checks for it and will use it
if found, but has build issues if not available via bl3.  Bump PKGREVISION.
2018-09-13 12:10:03 +00:00

29 lines
775 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/09/13 12:10:03 jperkin Exp $
#
DISTNAME= ortp-0.16.1
PKGREVISION= 7
CATEGORIES= net
MASTER_SITES= http://download.savannah.nongnu.org/releases/linphone/ortp/sources/
MAINTAINER= zul@netbsd-fr.org
HOMEPAGE= http://www.linphone.org/index.php/eng/code_review/ortp
COMMENT= Real-time Transport Protocol stack
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LANGUAGES= c99
USE_LIBTOOL= yes
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
PKGCONFIG_OVERRIDE+= ortp.pc.in
CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -DBSD_COMP
LDFLAGS.SunOS+= -lsocket -lnsl
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"