mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
63f5eeef8a
With hat: portmgr
16 lines
284 B
Makefile
16 lines
284 B
Makefile
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -rc4
|
|
PKGNAMESUFFIX= 2
|
|
|
|
.include "${.CURDIR}/../pacemaker1/Makefile.common"
|
|
|
|
CONFLICTS+= pacemaker1-[0-9]*
|
|
|
|
post-patch: post-patch-common
|
|
|
|
.include <bsd.port.mk>
|