summaryrefslogtreecommitdiff
path: root/databases/gnats/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-10-30 17:26:10 +0000
committerPaul Traina <pst@FreeBSD.org>1995-10-30 17:26:10 +0000
commitcdb615dac14ffcbfb938f3241b0fe415ee2d40af (patch)
tree514c62e21a8f0b42f55ded250f0b1d45e32fa46e /databases/gnats/Makefile
parentShorten the comments. (diff)
Initial import of gnats 3.2
Approved by: asami
Notes
Notes: svn path=/head/; revision=2377
Diffstat (limited to 'databases/gnats/Makefile')
-rw-r--r--databases/gnats/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile
new file mode 100644
index 000000000000..9df6dfd1e6f2
--- /dev/null
+++ b/databases/gnats/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gnats
+# Version required: 3.2
+# Date created: 28 October 1995
+# Whom: pst
+#
+# $Id$
+#
+
+DISTNAME= gnats-3.2
+CATEGORIES+= development
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \
+ ftp://ftp.uu.net/systems/gnu/
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --prefix=${PREFIX} --with-full-gnats
+
+# this stops the configuration program from pulling installation
+# information in from the standard freebsd send-pr program
+CONFIGURE_ENV= SEND_PR=/usr/bin/false
+
+# the gnats distribution comes with a lot of baggage we don't want to install
+# just install gnats
+INSTALL_TARGET= install-gnats install-send-pr
+
+# we've got some .elc and info files to compile (yuck)
+BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
+
+.include <bsd.port.mk>