pkgsrc-wip/goldwater/Makefile
pancake ;) b6cc6555d5 Initial import of goldwater
The DGEE is implemented as a Goldwater application. 
Goldwater is a highly scalable distributed middleware 
that promotes the building of applications as a collection 
of separate but logically connected processes. Goldwater 
does all the work of routing messages between these 
processes as though they were mere function calls, even 
if they are distributed across several servers, and 
performs queuing and timeouts as necessary. The DGEE 
therefore inherites Goldwaters scalability and resilience 
along with its management and maintenance features.
2004-01-05 18:42:04 +00:00

20 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/01/05 18:42:04 poppnk Exp $
#
DISTNAME= goldwater-1.4.0
CATEGORIES= wip
MASTER_SITES= http://www.nfluid.com/download/src/
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.nfluid.com/download/src/
COMMENT= Highly scalable distributed middleware
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../textproc/expat/buildlink2.mk"
.include "../../wip/phlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"