summaryrefslogtreecommitdiff
path: root/net/gatekeeper/Makefile
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-04-15 15:02:51 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-04-15 15:02:51 +0000
commitc7859e2957e1a4aeb3b91315764d688028596f71 (patch)
treea4ff9dd29b923c52ccd5191a1e04d8e199b02081 /net/gatekeeper/Makefile
parentMark as IGNORE - just repository copied. (diff)
Add gatekeeper, another H323 Gatekeeper using the
OpenH323 project's H323 stack. (the other one is called opengatekeeper) Works with all the H323 VideoPhone clients including voxilla, ohphone and NetMeeting
Notes
Notes: svn path=/head/; revision=27613
Diffstat (limited to 'net/gatekeeper/Makefile')
-rw-r--r--net/gatekeeper/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
new file mode 100644
index 000000000000..910e73e7f061
--- /dev/null
+++ b/net/gatekeeper/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gatekeeper
+# Date created: Wed Apr 15 15:41:00 GMT 2000
+# Whom: Roger Hardiman <roger@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gatekeeper
+PORTVERSION= 0.12pre
+CATEGORIES= net
+MASTER_SITES= http://www.willamowius.de/download/
+DISTNAME= gk012pre
+
+MAINTAINER= roger@freebsd.org
+
+BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
+
+WRKSRC= ${WRKDIR}/gk
+
+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/gk ${PREFIX}/bin
+
+.include <bsd.port.mk>