mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Revert c8ace2f4ca
- Bump PORTREVISION for dependency change
PR: 281625, 281934
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281934#c2
30 lines
666 B
Makefile
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>
|