Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

18
parallel/linda/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.24 2012/09/15 10:06:08 obache Exp $
#
DISTNAME= linda-0.1.1
PKGREVISION= 10
CATEGORIES= parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linda/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/linda/
COMMENT= Parallel distributed database environment
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"