1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/h323plus/Makefile
Adam Weinberger 721817fc75 Add net/h323plus.
H.323 Plus (or, "H323plus") is a multi-platform H323 Video Conferencing
library formerly known as OpenH323. The new name was chosen to reflect
the fact that the open source H.323 project now contains even
more more functionality than ever before.

WWW: http://www.h323plus.org/

PR:		192912
Submitted by:	Nikola Kolev
2014-08-24 16:36:01 +00:00

33 lines
624 B
Makefile

# $FreeBSD$
PORTNAME= h323plus
PORTVERSION= 1.26.5
CATEGORIES= net multimedia
MASTER_SITES= http://www.h323plus.org/source/download/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}
MAINTAINER= koue@chaosophia.net
COMMENT= H323 Video Conferencing library
LICENSE= MPL
LIB_DEPENDS= libpt.so:${PORTSDIR}/devel/ptlib
WRKSRC= ${WRKDIR}/${PORTNAME}
CONFLICTS= openh323-[0-9]*
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE=yes
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323.so.1.26.5
.include <bsd.port.mk>