freebsd-ports/net/pacemaker2/Makefile
Florian Millet 0a71208d4f net/pacemaker2: update to 2.1.5
PR:		270620
2023-05-22 19:56:49 +02:00

29 lines
658 B
Makefile

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>