mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Import of OpenGateKeeper.
This is a H323 Gatekeeper for H323 compliant videophone programs such as voxilla, OhPhone and OpenPhone (see /usr/ports/net/openh323) and commericial programs like NetMeeting. More information can be found at http://www.opengatekeeper.org
This commit is contained in:
parent
c12982f43b
commit
4278ebb974
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27345
32
net/opengatekeeper/Makefile
Normal file
32
net/opengatekeeper/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: opengatekeeper
|
||||
# Version required: 0.43
|
||||
# Date created: Wed Apr 5 11:00:00 GMT 2000
|
||||
# Whom: Roger Hardiman <roger@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= opengate_alpha0.43
|
||||
PKGNAME= opengate-0.43
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.sourceforge.net/OpenGatekeeper/
|
||||
|
||||
MAINTAINER= roger@freebsd.org
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
|
||||
|
||||
WRKSRC= ${WRKDIR}/opengate
|
||||
|
||||
NOCLEANDEPENDS= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= opt
|
||||
MAKE_ENV= PWLIBDIR=${PORTSDIR}/net/openh323/work/pwlib \
|
||||
OPENH323DIR=${PORTSDIR}/net/openh323/work/openh323
|
||||
THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/opengate ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/opengatekeeper/distinfo
Normal file
1
net/opengatekeeper/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (opengate_alpha0.43.tar.gz) = 7ebe926099df6525ab3cbeead14fdb50
|
1
net/opengatekeeper/pkg-comment
Normal file
1
net/opengatekeeper/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
H323 GateKeeper (MPL Licence) for OpenH323 OhPhone and NetMeeting
|
17
net/opengatekeeper/pkg-descr
Normal file
17
net/opengatekeeper/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
OpenGatekeeper is a H323 GateKeeper based on the OpenH323 project.
|
||||
It is released with the MPL (Mozilla Public Licence)
|
||||
|
||||
A H323 Gateway manages multiple H323 clients on a network
|
||||
and provides a nice user name to IP mapping.
|
||||
|
||||
As it follows the H323 standard, it is compatible with H323
|
||||
client programs inclding voxilla, OhPhone, OpenPhone and MS NetMeeting.
|
||||
|
||||
It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
|
||||
|
||||
For more information see
|
||||
http://www.opengatekeeper.org
|
||||
|
||||
and
|
||||
|
||||
http://www.openh323.org
|
1
net/opengatekeeper/pkg-plist
Normal file
1
net/opengatekeeper/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/opengate
|
Loading…
Reference in New Issue
Block a user