19 lines
342 B
Makefile
19 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"
|