mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-28 21:29:28 +00:00

The MCU allows multiple people to talk to each at the same time if they are using H323 based Video Conferencing programs or using H323 based Internet Phone applications. Normally H323 applications can support 1 to 1 calls. Only video is supported at this time. No video yet. This is another spin off from the OpenH323 project. http://www.openh323.org
35 lines
873 B
Makefile
35 lines
873 B
Makefile
# New ports collection makefile for: openmcu
|
|
# Date created: Wed Nov 22 08:57:55 GMT 2000
|
|
# Whom: Roger Hardiman <roger@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openmcu
|
|
PORTVERSION= cvs.20001122
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= roger
|
|
|
|
MAINTAINER= roger@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NOCLEANDEPENDS= yes
|
|
|
|
USE_NEWGCC= yes
|
|
USE_BISON= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= opt
|
|
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
|
|
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
|
|
THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
|
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/openmcu ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|