mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
16 lines
280 B
Makefile
16 lines
280 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)
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|