# Created by: Roger Hardiman <roger@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_1_0/net/openh323/Makefile 444251 2017-06-25 00:29:09Z linimon $

PORTNAME=	openh323
PORTVERSION=	1.19.0.1
PORTREVISION=	11
CATEGORIES=	net
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-v${PORTVERSION:S/./_/g}-src
EXTRACT_SUFX=	-tar.gz
DIST_SUBDIR=	openh323

MAINTAINER=	ports@FreeBSD.org
COMMENT=	H323 Video Conferencing library

LIB_DEPENDS=	libpt_r.so:devel/pwlib

BROKEN_powerpc64=	Does not build: call to H261Encoder::~H261Encoder() lacks nop, can't restore toc

CONFLICTS=	h323plus-1.*

WRKSRC=		${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}

USES=		bison gmake
USE_GCC=	yes
USE_AUTOTOOLS=	autoconf
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

CFLAGS_amd64=	-fPIC
CFLAGS_powerpc=	-fPIC
CFLAGS_sparc64=	-fPIC

ALL_TARGET=	optshared
CONFIGURE_ENV+=	BUILDTIME="YES"
CPPFLAGS+=	-I${LOCALBASE}/include -I${WRKSRC}/include
LDFLAGS+=	-L${LOCALBASE}/lib
MAKE_ENV=	BUILDTIME="YES"

OPTIONS_DEFINE=		FFMPEG SPEEX
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
FFMPEG_CONFIGURE_ON=	--enable-rfc2190avcodec=${LOCALBASE}/include/ffmpeg

SPEEX_LIB_DEPENDS=	libspeex.so:audio/speex
SPEEX_CONFIGURE_ON=	--enable-localspeex=no
SPEEX_CONFIGURE_OFF=	--enable-localspeex=yes

.include <bsd.port.pre.mk>

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
		${WRKSRC}/configure.ac

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pwlib/codecs/audio/*.so

.include <bsd.port.post.mk>
