forked from Lainports/freebsd-ports
14 lines
305 B
Makefile
14 lines
305 B
Makefile
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
|
|
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>
|