freebsd-ports/net/openmq-client/Makefile
Greg Larkin d28ce4d666 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
2010-03-03 02:29:54 +00:00

18 lines
342 B
Makefile

# 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"