freebsd-ports/net/wackamole/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
432 B
Makefile

# Created by: Marcin Cieslak <saper@system.pl>
# $FreeBSD$
PORTNAME= wackamole
PORTVERSION= 2.1.5
CATEGORIES= net
MASTER_SITES= http://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>