diff options
author | agc <agc> | 2002-08-20 16:44:35 +0000 |
---|---|---|
committer | agc <agc> | 2002-08-20 16:44:35 +0000 |
commit | 3c790946fa3a539ffa1dcc2eb4dc61f83b713929 (patch) | |
tree | 8c641d450bacf2ba2eaf6b3f392794487c00c753 /parallel/linda/Makefile | |
parent | c230e3d913cf6117a1e2c2eeb8e5d90217fc9a3b (diff) | |
download | pkgsrc-3c790946fa3a539ffa1dcc2eb4dc61f83b713929.tar.gz |
Initial import of linda-0.1.1 into the NetBSD Packages Collection.
linda is an simple library implementation of Linda parallel
programming system (http://www.cs.yale.edu/Linda/linda.html). To
write a parallel program with linda, you have to know only 6
functions: spawn, out, in, inp, rd and rdp with linda.
Diffstat (limited to 'parallel/linda/Makefile')
-rw-r--r-- | parallel/linda/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parallel/linda/Makefile b/parallel/linda/Makefile new file mode 100644 index 00000000000..a530850e102 --- /dev/null +++ b/parallel/linda/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 16:44:35 agc Exp $ +# + +DISTNAME= linda-0.1.1 +CATEGORIES= parallel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linda/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sourceforge.net/projects/linda/ +COMMENT= Parallel distributed database environment + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_BUILDLINK_ONLY= yes + +.include "../../devel/glib2/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |