ports/net/pacemaker2/Makefile
Po-Chuan Hsieh 521da5fb10
*/*: Change *_DEPENDS from devel/util-linux back to misc/getopt
- Revert c8ace2f4ca
- Bump PORTREVISION for dependency change

PR:		281625, 281934
Reference:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281934#c2
2024-11-03 19:48:23 +08:00

30 lines
666 B
Makefile

PORTVERSION= 2.1.7
PORTREVISION= 3
PKGNAMESUFFIX= 2
WWW= https://www.clusterlabs.org/pacemaker/
.include "${.CURDIR}/Makefile.common"
CONFIGURE_ARGS+= --with-noarch-pkgconfigdir=${PREFIX}/libdata/pkgconfig
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
SHEBANG_FILES+= agents/ocf/*
post-patch: post-patch-common
post-install:
${RM} ${STAGEDIR}/${PREFIX}/etc/rc.d/pacemaker_remote
.include <bsd.port.mk>