mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ce5d6d0b91
- add net/pacemaker2 (2.0.0-rc4) - net/corosync -> net/corosync2 (update to 2.4.4) - net/pacemaker -> net/pacemaker1 (update to 1.1.18) - add USES=corosync to deal with multiple versions PR: 228164, 228165 Submitted by: David Shane Holden <dpejesh@yahoo.com>
42 lines
1021 B
Makefile
42 lines
1021 B
Makefile
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= corosync
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://build.clusterlabs.org/corosync/releases/
|
|
|
|
MAINTAINER= dpejesh@yahoo.com
|
|
COMMENT= Corosync Cluster Engine
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libnspr4.so:devel/nspr \
|
|
libnss3.so:security/nss \
|
|
libqb.so.0:devel/libqb
|
|
|
|
TEST_DEPENDS= augparse:textproc/augeas
|
|
|
|
USES= gmake groff libtool pathfix pkgconfig
|
|
USE_BINUTILS= yes
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-secure-build
|
|
LDFLAGS+= -B${LOCALBASE}/bin
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
OPTIONS_DEFINE= DBUS SNMP
|
|
OPTIONS_SUB= yes
|
|
|
|
DBUS_LIB_DEPENDS+= libdbus-1.so:devel/dbus
|
|
DBUS_CONFIGURE_ENABLE= dbus
|
|
|
|
SNMP_LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp
|
|
SNMP_CONFIGURE_ENABLE= snmp
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/etc/init.d/corosync
|
|
${RM} ${STAGEDIR}${PREFIX}/etc/init.d/corosync-notifyd
|
|
${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d
|