d28ce4d666
Service implementation. PR: ports/141412 Submitted by: Radim Kolar <hsn at sendmail.cz> Feature safe: yes
18 lines
342 B
Makefile
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"
|