Files
ports/net/pacemaker2/Makefile
Vinícius Zavam 5748cb590d net/pacemaker2: update 2.0.4 to 2.1.0
* github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.1.0
2021-08-14 15:27:36 +00:00

15 lines
305 B
Makefile

# Created by: David Shane Holden <dpejesh@yahoo.com>
PORTVERSION= 2.1.0
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>