forked from Lainports/freebsd-ports
A big Thank You to the original contributors of these ports: * Alex Trull <freebsd.alex@trull.org> * Alonso Cardenas <acm@FreeBSD.org> * Boris Samorodov <bsam@FreeBSD.org> * David Shane Holden <dpejesh@yahoo.com> * Felix Palmen <felix@palmen-it.de> * Hirohisa Yamaguchi <umq@ueo.co.jp> * Kevin Bowling <kbowling@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com> * Matthias Andree * Matthias Fechner <mfechner@FreeBSD.org> * Oleg Sidorkin <osidorkin@gmail.com> * Oliver Lehmann * Radim Kolar <hsn@sendmail.cz> * Timothy Beyer <beyert@cs.ucr.edu> * hq@FreeBSD.org * johalun0@gmail.com * lev@FreeBSD.org * rooneg@electricjellyfish.net With hat: portmgr
38 lines
964 B
Text
38 lines
964 B
Text
PORTNAME= corosync
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://build.clusterlabs.org/corosync/releases/
|
|
|
|
MAINTAINER= egypcio@FreeBSD.org
|
|
COMMENT= Corosync Cluster Engine
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libnspr4.so:devel/nspr \
|
|
libnss3.so:security/nss \
|
|
libqb.so:devel/libqb
|
|
|
|
TEST_DEPENDS= augparse:textproc/augeas
|
|
|
|
USES= cpe 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 DOCS 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
|