1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/databases/gnats/Makefile
1996-08-03 19:11:26 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: gnats
# Version required: 3.97-beta
# Date created: 10 November 1995
# Whom: pst
#
# $Id: Makefile,v 1.5 1996/07/20 06:54:33 pst Exp $
#
DISTNAME= gnats-3.97-beta
CATEGORIES+= databases
MASTER_SITES= ftp://ftp.cygnus.com/pub/
NO_PACKAGE= "Requires gnats UID"
# we've got some .elc and info files to compile (yuck)
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
USE_GMAKE= yes
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
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
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>