From d28ce4d666a94cbbd4080b855efdfa3dde5509f5 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Wed, 3 Mar 2010 02:29:54 +0000 Subject: [PATCH] This is the client portion of the OpenMQ open-source Java Message Service implementation. PR: ports/141412 Submitted by: Radim Kolar Feature safe: yes --- net/Makefile | 1 + net/openmq-client/Makefile | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 net/openmq-client/Makefile diff --git a/net/Makefile b/net/Makefile index a0ede8919f6f..9c7a9bd71838 100644 --- a/net/Makefile +++ b/net/Makefile @@ -455,6 +455,7 @@ SUBDIR += openmcu SUBDIR += openmpi SUBDIR += openmq + SUBDIR += openmq-client SUBDIR += openntpd SUBDIR += openospfd SUBDIR += openradius diff --git a/net/openmq-client/Makefile b/net/openmq-client/Makefile new file mode 100644 index 000000000000..5ee3034def37 --- /dev/null +++ b/net/openmq-client/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: openmq-client +# Date created: 2009-12-10 +# Whom: Radim Kolar +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -client + +MASTERDIR= ${.CURDIR}/../openmq + +IMQ_CLIENT= yes +PKGINSTALL= unused_in_the_slave_port +PKGDEINSTALL= unused_in_the_slave_port + +CLIENT_COMMENT= (Client) + +.include "${MASTERDIR}/Makefile"