mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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:
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
|
@ -455,6 +455,7 @@
|
|||
SUBDIR += openmcu
|
||||
SUBDIR += openmpi
|
||||
SUBDIR += openmq
|
||||
SUBDIR += openmq-client
|
||||
SUBDIR += openntpd
|
||||
SUBDIR += openospfd
|
||||
SUBDIR += openradius
|
||||
|
|
18
net/openmq-client/Makefile
Normal file
18
net/openmq-client/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue