forked from Lainports/freebsd-ports
13 lines
259 B
Makefile
13 lines
259 B
Makefile
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
|
|
PORTVERSION= 2.99.5
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 3
|
|
|
|
.include "${.CURDIR}/../corosync2/Makefile.common"
|
|
|
|
LIB_DEPENDS+= libknet.so:devel/kronosnet
|
|
|
|
CONFLICTS= corosync2-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|