summaryrefslogtreecommitdiff
path: root/databases/gnats/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-07-20 06:54:40 +0000
committerPaul Traina <pst@FreeBSD.org>1996-07-20 06:54:40 +0000
commit20d1e7042938d10870d535c6404f16554873a862 (patch)
treea2cfec5f9685034855fd1db34a595926bb50af6a /databases/gnats/Makefile
parentAdded majordomo. (diff)
Finally upgrade to the "beta" release with remote machine support
Notes
Notes: svn path=/head/; revision=3410
Diffstat (limited to 'databases/gnats/Makefile')
-rw-r--r--databases/gnats/Makefile30
1 files changed, 20 insertions, 10 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile
index 9cc1ebf700a8..4a4f4eb37b9b 100644
--- a/databases/gnats/Makefile
+++ b/databases/gnats/Makefile
@@ -1,23 +1,25 @@
# New ports collection makefile for: gnats
-# Version required: 3.2
-# Date created: 28 October 1995
+# Version required: 3.97-beta
+# Date created: 10 November 1995
# Whom: pst
#
-# $Id: Makefile,v 1.3 1995/11/22 11:41:26 asami Exp $
+# $Id: Makefile,v 1.2 1995/11/02 08:07:29 asami Exp $
#
-DISTNAME= gnats-3.2
-CATEGORIES+= databases devel
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \
- ftp://ftp.uu.net/systems/gnu/
+DISTNAME= gnats-3.97-beta
+CATEGORIES+= databases
+MASTER_SITES= ftp://ftp.cygnus.com/pub/
# we've got some .elc and info files to compile (yuck)
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
+BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
+ gm4:${PORTSDIR}/devel/m4
-NO_PACKAGE= yes # requires user "gnats"
GNU_CONFIGURE= yes
+USE_GMAKE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-full-gnats
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --with-lispdir=${PREFIX}/share/emacs/site-lisp \
+ --with-full-gnats
# this stops the configuration program from pulling installation
# information in from the standard freebsd send-pr program
@@ -27,4 +29,12 @@ CONFIGURE_ENV= SEND_PR=/usr/bin/false
# just install gnats
INSTALL_TARGET= install-gnats install-send-pr
+post-build:
+ (cd ${WRKSRC}/gnats; ${MAKE} info)
+ (cd ${WRKSRC}/send-pr; ${MAKE} info)
+
+post-install:
+ (cd ${WRKSRC}/gnats; ${MAKE} install-info)
+ (cd ${WRKSRC}/send-pr; ${MAKE} install-info)
+
.include <bsd.port.mk>