1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-mgmt/resource-agents/Makefile
Gerald Pfeifer 89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00

46 lines
900 B
Makefile

# Created by: dpejesh@yahoo.com
# $FreeBSD$
PORTNAME= resource-agents
PORTVERSION= 3.9.7
PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
MAINTAINER= dpejesh@yahoo.com
COMMENT= OCF Compliant Resource Agents
LICENSE= GPLv2
BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash
CONFLICTS= heartbeat-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= ClusterLabs
GH_PROJECT= resource-agents
USES= autoreconf gmake pkgconfig python shebangfix
USE_GCC= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/etc/ocf
SHEBANG_LANG= sh
sh_OLD_CMD= ${SH}
sh_CMD= ${LOCALBASE}/bin/bash
SHEBANG_FILES= heartbeat/* \
ldirectord/ldirectord.in \
tools/ocft/ocft.in \
tools/ocf-tester.in
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
xsltproc:textproc/libxslt
.include <bsd.port.mk>