summaryrefslogtreecommitdiff
path: root/net/ohphone/Makefile
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-08-18 18:48:15 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-08-18 18:48:15 +0000
commit7f25515935eaf1feb702e8713ad49d7ef9a95dda (patch)
treeab36ff8c96061ae9424781b672b8ebff5aeb52e7 /net/ohphone/Makefile
parentportlint fixes (diff)
Import OhPhone, an OpenH323 Video Conferencing program
used with the OpenH323 library
Notes
Notes: svn path=/head/; revision=31750
Diffstat (limited to 'net/ohphone/Makefile')
-rw-r--r--net/ohphone/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile
new file mode 100644
index 000000000000..c12b875f611d
--- /dev/null
+++ b/net/ohphone/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: ohphone
+# Date created: Fri Aug 18 19:29:00 BST 2000
+# Whom: Roger Hardiman <roger@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ohphone
+PORTVERSION= 1.1b3
+CATEGORIES= net
+MASTER_SITES= http://www.openh323.org/bin/ \
+ http://www.de.openh323.org/bin/ \
+ http://www.ru.openh323.org/bin/
+DISTNAME= ohphone_1.1beta3
+
+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}
+MAN1= ohphone.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>