1e0521cde7
- 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)
14 lines
266 B
Makefile
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"
|