summaryrefslogtreecommitdiff
path: root/parallel/dqs/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-02-26 22:44:09 +0000
committerabs <abs@pkgsrc.org>2004-02-26 22:44:09 +0000
commitf58747a86e2f0eafc15626afc06a543b4089b6ec (patch)
tree46a27aceb93cdbdd9331a7f5520e3e34578b99cf /parallel/dqs/Makefile
parent0edd32083054159939f09538039f36dbdeaddb9c (diff)
downloadpkgsrc-f58747a86e2f0eafc15626afc06a543b4089b6ec.tar.gz
Update dqs to 3.3.2nb1
Install documentation undef DEFAULT_HOST so it can run on a box other than lnx4.scri.fsu.edu Add a MESSAGE giving some hint on what you might to use this Consider this a drive-by-slight-cleanup-of-breakage
Diffstat (limited to 'parallel/dqs/Makefile')
-rw-r--r--parallel/dqs/Makefile24
1 files changed, 20 insertions, 4 deletions
diff --git a/parallel/dqs/Makefile b/parallel/dqs/Makefile
index bf4e9e9b9bb..83deb7b3d82 100644
--- a/parallel/dqs/Makefile
+++ b/parallel/dqs/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:12:23 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/26 22:44:09 abs Exp $
#
DISTNAME= DQS-3.3.2
PKGNAME= dqs-3.3.2
+PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
EXTRACT_SUFX= .tgz
@@ -13,10 +14,25 @@ COMMENT= Distributed queueing system
WRKSRC= ${WRKDIR}/DQS3
USE_PKGINSTALL= yes
+DOCDIR= ${PREFIX}/share/doc/html/dqs
+DOCS= Image16.gif Image17.gif Image18.gif Image19.gif Image20.gif \
+ Image21.gif Image22.gif Image23.gif InstMaint.html \
+ Refernce.html UserGuide.html error_msg.htm
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
+
+# PKG_SYSCONFSUBDIR?=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
+
+post-patch:
+ ${ECHO} '#undef DEFAULT_HOST' >> ${WRKSRC}/SRC/dqs.h
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+.for doc in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/DOC/user_guide/${doc} ${DOCDIR}
+.endfor
.include "../../mk/bsd.pkg.mk"