1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/wackamole/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

21 lines
433 B
Makefile

# Created by: Marcin Cieslak <saper@system.pl>
# $FreeBSD$
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>