summaryrefslogtreecommitdiff
path: root/parallel/dqs/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-06-26 20:23:41 +0000
committeragc <agc@pkgsrc.org>2003-06-26 20:23:41 +0000
commit8fd1e83909e916e859b072a0ba2d34077d8ccee1 (patch)
treecfd9da84015f0afac6c8d14f29418900c8181cd8 /parallel/dqs/Makefile
parent54f8f25d45e20c81ef0b5b0de53cc19640cd520d (diff)
downloadpkgsrc-8fd1e83909e916e859b072a0ba2d34077d8ccee1.tar.gz
Initial import of dqs-3.3.2 into the NetBSD Packages Collection.
The Distributed Queueing System is designed as a management tool to aid in computational resource distribution across a network. DQS provides architecture transparency for both users and administration across a heterogeneous environment, allowing for seamless interaction for multiple architectures. Highly mutable custom site configurations are possible under DQS. This abilty to customize DQS leads to effective resource distribution and increased network throughput.
Diffstat (limited to 'parallel/dqs/Makefile')
-rw-r--r--parallel/dqs/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/parallel/dqs/Makefile b/parallel/dqs/Makefile
new file mode 100644
index 00000000000..951e67c77b9
--- /dev/null
+++ b/parallel/dqs/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/26 20:23:41 agc Exp $
+#
+
+DISTNAME= DQS-3.3.2
+PKGNAME= dqs-3.3.2
+CATEGORIES= parallel
+MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg@netbsd.org
+HOMEPAGE= http://www.scri.fsu.edu/~pasko/dqs.html
+COMMENT= distributed queueing system
+
+WRKSRC= ${WRKDIR}/DQS3
+USE_PKGINSTALL= yes
+
+EGDIR= ${PREFIX}/share/examples/dqs
+CONF_FILES+= ${EGDIR}/conf_file ${PKG_SYSCONFDIR}/conf_file
+CONF_FILES+= ${EGDIR}/key_file ${PKG_SYSCONFDIR}/key_file
+CONF_FILES+= ${EGDIR}/resolve_file ${PKG_SYSCONFDIR}/resolve_file
+
+.include "../../mk/bsd.pkg.mk"