1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/corosync/Makefile
Jochen Neumeister a13423f942 - net/corosyn: Update from 2.3.5 to 2.4.2
- Changelog: https://github.com/corosync/corosync/wiki/Corosync-2.4.2-Release-Notes

- unbreak this port

PR:		219543
Submitted by:	David Shane Holden (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10971
2017-06-13 13:39:31 +00:00

40 lines
914 B
Makefile

# Created by: dpejesh@yahoo.com
# $FreeBSD$
PORTNAME= corosync
PORTVERSION= 2.4.2
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:devel/libqb
USES= gmake groff libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-secure-build
INSTALL_TARGET= install-strip
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
.include <bsd.port.mk>