This is the client portion of the OpenMQ open-source Java Message

Service implementation.

PR:		ports/141412
Submitted by:	Radim Kolar <hsn at sendmail.cz>
Feature safe:	yes
This commit is contained in:
Greg Larkin 2010-03-03 02:29:54 +00:00
parent c069f40065
commit d28ce4d666
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250521
2 changed files with 19 additions and 0 deletions

View file

@ -455,6 +455,7 @@
SUBDIR += openmcu
SUBDIR += openmpi
SUBDIR += openmq
SUBDIR += openmq-client
SUBDIR += openntpd
SUBDIR += openospfd
SUBDIR += openradius

View file

@ -0,0 +1,18 @@
# New ports collection makefile for: openmq-client
# Date created: 2009-12-10
# Whom: Radim Kolar <hsn@sendmail.cz>
#
# $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"