mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
30 lines
649 B
Makefile
30 lines
649 B
Makefile
PORTVERSION= 2.1.7
|
|
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>
|