summaryrefslogtreecommitdiff
path: root/databases/gnats4/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-03-06 18:33:21 +0000
committerrecht <recht@pkgsrc.org>2004-03-06 18:33:21 +0000
commit53682691cc28051b92515dacb62cd3d2723daabe (patch)
treed3345ed6e3fd5b82322610063545298486ffb0ba /databases/gnats4/Makefile
parent8175aa6a4af4c39e0c486d88ee17ac82221f8a78 (diff)
downloadpkgsrc-53682691cc28051b92515dacb62cd3d2723daabe.tar.gz
initial import of gnats 4.0
GNATS was designed as a tool for software maintainers. It consists of several utilities which, when used in concert, formulate and administer a database of Problem Reports grouped by site-defined problem categories. It allows a support organization to keep track of problems (hence the term Problem Report) in an organized fashion. Essentially, GNATS acts as an active archive for field-separated textual data.
Diffstat (limited to 'databases/gnats4/Makefile')
-rw-r--r--databases/gnats4/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile
new file mode 100644
index 00000000000..f40b4038c7c
--- /dev/null
+++ b/databases/gnats4/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/06 18:33:21 recht Exp $
+#
+
+DISTNAME= gnats-4.0
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_GNU:=gnats/}
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/gnats/
+COMMENT= GNATS bug tracking system
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_GNU_TOOLS+= m4 make
+USE_BISON= yes
+USE_MAKEINFO= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+INFO_FILES= gnats.info gnats-faq.info
+
+CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp
+
+GNATS_HOME= ${PREFIX}/share/gnats/gnats-db
+PKG_USERS= gnats:daemon::GNATS\\ database\\ owner:${GNATS_HOME}:${SH}
+
+MAKE_DIRS= ${PREFIX}/share/gnats
+MAKE_DIRS+= ${PREFIX}/libexec/gnats
+OWN_DIRS_PERMS= ${GNATS_HOME} gnats daemon 755
+OWN_DIRS_PERMS+= ${GNATS_HOME}/gnats-queue gnats daemon 755
+OWN_DIRS_PERMS+= ${GNATS_HOME}/pending gnats daemon 755
+OWN_DIRS_PERMS+= ${GNATS_HOME}/gnats-adm gnats daemon 755
+OWN_DIRS_PERMS+= ${GNATS_HOME}/gnats-adm/locks gnats daemon 755
+
+MESSAGE_SUBST+= PREFIX="${PREFIX}"
+
+.include "../../mk/bsd.pkg.mk"