diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/openam | |
parent | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (diff) |
Notes
Diffstat (limited to 'net/openam')
-rw-r--r-- | net/openam/Makefile | 38 | ||||
-rw-r--r-- | net/openam/distinfo | 2 | ||||
-rw-r--r-- | net/openam/pkg-descr | 8 | ||||
-rw-r--r-- | net/openam/pkg-plist | 6 |
4 files changed, 0 insertions, 54 deletions
diff --git a/net/openam/Makefile b/net/openam/Makefile deleted file mode 100644 index 108491402fde..000000000000 --- a/net/openam/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Roger Hardiman <roger@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= openam -PORTVERSION= 1.1.18 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://www.voxgratia.org/releases/ -DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- -EXTRACT_SUFX= tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= H323 Answer Machine - -LIB_DEPENDS= libh323_r.so:${PORTSDIR}/net/openh323 - -WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} - -USES= gmake -ALL_TARGET= optshared -MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \ - OPENH323DIR=${LOCALBASE}/share/openh323 \ - SYSLIBDIR=${LOCALBASE}/lib -MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${ARCH:S/i386/x86/} \ - OSRELEASE=${OSVERSION} CPLUS=${CXX} - -PLIST_SUB= PORTNAME=${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/openh323 - -NO_STAGE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/obj_r/openam ${PREFIX}/bin - @${MKDIR} ${DOCSDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/ReadMe.txt ${DOCSDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/sample_message.wav ${DOCSDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/sample_message_g7231.wav ${DOCSDIR}/${PORTNAME} - -.include <bsd.port.mk> diff --git a/net/openam/distinfo b/net/openam/distinfo deleted file mode 100644 index 51b840d0e763..000000000000 --- a/net/openam/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (openam-v1_1_18-src-tar.gz) = afbc80d104476d48e060b28a438fa21404b81c2b8537a590fe0822968cc685b9 -SIZE (openam-v1_1_18-src-tar.gz) = 252554 diff --git a/net/openam/pkg-descr b/net/openam/pkg-descr deleted file mode 100644 index dc9d9db3aa6e..000000000000 --- a/net/openam/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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 diff --git a/net/openam/pkg-plist b/net/openam/pkg-plist deleted file mode 100644 index 4170da6757d4..000000000000 --- a/net/openam/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/openam -%%DOCSDIR%%/%%PORTNAME%%/ReadMe.txt -%%DOCSDIR%%/%%PORTNAME%%/sample_message.wav -%%DOCSDIR%%/%%PORTNAME%%/sample_message_g7231.wav -@dirrm %%DOCSDIR%%/%%PORTNAME%% -@dirrmtry %%DOCSDIR%% |