ce5d6d0b91
- add net/pacemaker2 (2.0.0-rc4) - net/corosync -> net/corosync2 (update to 2.4.4) - net/pacemaker -> net/pacemaker1 (update to 1.1.18) - add USES=corosync to deal with multiple versions PR: 228164, 228165 Submitted by: David Shane Holden <dpejesh@yahoo.com>
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.4.4
|
|
PKGNAMESUFFIX= 2
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
|
|
CONFLICTS= corosync3-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|