mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Reimport of openam in the corect place, ports/net
This commit is contained in:
parent
6b1f4d678d
commit
c9be8b85b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28274
37
net/openam/Makefile
Normal file
37
net/openam/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: openam
|
||||
# Date created: Tue May 2 15:43:02 BST 2000
|
||||
# Whom: Roger Hardiman <roger@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openam
|
||||
PORTVERSION= 0.2.alpha1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.ru.openh323.org/bin/
|
||||
|
||||
DISTNAME= openam_0.2alpha1
|
||||
|
||||
MAINTAINER= roger@freebsd.org
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
|
||||
|
||||
WRKSRC= ${WRKDIR}/openam
|
||||
|
||||
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/openam ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/openam/distinfo
Normal file
1
net/openam/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (openam_0.2alpha1.tar.gz) = 3714d3b600daeb52c2bda626fc63c447
|
1
net/openam/pkg-comment
Normal file
1
net/openam/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
H323 Answer Machine
|
11
net/openam/pkg-descr
Normal file
11
net/openam/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
OpenAM is a H323 Answer Machine.
|
||||
It is used to record messages from other users while you
|
||||
are unavailable.
|
||||
|
||||
It accepts calls from any H323 Video Conferencing client,
|
||||
including OhPhone (part of OpenH323) and MS NetMeeting.
|
||||
|
||||
It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
|
||||
|
||||
For more information see
|
||||
http://www.openh323.org
|
1
net/openam/pkg-plist
Normal file
1
net/openam/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/openam
|
Loading…
Reference in New Issue
Block a user