freebsd-ports/net/pacemaker2/Makefile
Vinícius Zavam 9733b1c46b net/pacemaker2: update 2.0.3 to 2.0.4
CHANGELOG: github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.0.4
2020-06-26 16:33:27 +00:00

15 lines
317 B
Makefile

# Created by: David Shane Holden <dpejesh@yahoo.com>
# $FreeBSD$
PORTVERSION= 2.0.4
PKGNAMESUFFIX= 2
.include "${.CURDIR}/../pacemaker1/Makefile.common"
CONFIGURE_ARGS+= --with-noarch-pkgconfigdir=${PREFIX}/libdata/pkgconfig
CONFLICTS+= pacemaker1-[0-9]*
post-patch: post-patch-common
.include <bsd.port.mk>