freebsd-ports/net/openmq-client/Makefile
Jonathan Chu 1e0521cde7 Update net/openmq and net/openmq-client to 4.5.2.p.1
- StageDir support
- Added DOCS and EXAMPLES options

Changelog: https://mq.java.net/4.5.2.html

PR:		190828
Submitted by:	hsn@sendmail.cz
Approved by:	swills (mentor)
2014-06-22 05:06:22 +00:00

14 lines
266 B
Makefile

# Created by: 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"