1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/wackamole/Makefile
2021-04-06 16:31:07 +02:00

20 lines
421 B
Makefile

# Created by: Marcin Cieslak <saper@system.pl>
PORTNAME= wackamole
PORTVERSION= 2.1.5
CATEGORIES= net
MASTER_SITES= https://BSDforge.com/projects/source/net/wackamole/ \
http://mirrors.omniti.com/wackamole/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Peer-to-peer high availability cluster
LIB_DEPENDS= libspread.so:net/spread
USES= tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV+= YACC=${YACC}
.include <bsd.port.mk>