aboutsummaryrefslogtreecommitdiff
path: root/net/pacemaker2/Makefile
blob: 5d471785605569a0bca07a2d7a4e8f07c1df7217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTVERSION=		2.1.5
PKGNAMESUFFIX=		2

WWW=		https://www.clusterlabs.org/pacemaker/

.include "${.CURDIR}/../pacemaker1/Makefile.common"

CONFIGURE_ARGS+=	--with-noarch-pkgconfigdir=${PREFIX}/libdata/pkgconfig

CONFLICTS+=		pacemaker1

LIB_DEPENDS+=		libffi.so:devel/libffi \
	libgmp.so:math/gmp \
	libhogweed.so:security/nettle \
	libidn2.so:dns/libidn2 \
	libnettle.so:security/nettle \
	libp11-kit.so:security/p11-kit \
	libpcre.so:devel/pcre \
	libtasn1.so:security/libtasn1 \
	libunistring.so:devel/libunistring

USES+=	gettext

post-patch: post-patch-common

post-install:
	${RM} ${STAGEDIR}/${PREFIX}/etc/rc.d/pacemaker_remote

.include <bsd.port.mk>