mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5ce8e8e5c7
in bsd.port.mk and this helps to unify the check and install.
52 lines
1.4 KiB
Makefile
52 lines
1.4 KiB
Makefile
# New ports collection makefile for: gnats
|
|
# Version required: 3.107-beta
|
|
# Date created: 10 November 1995
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.21 1999/04/14 00:02:46 scrappy Exp $
|
|
#
|
|
|
|
DISTNAME= gnats-3.110
|
|
CATEGORIES= databases elisp
|
|
MASTER_SITES= ftp://sourceware.cygnus.com/pub/gnats/snapshots/
|
|
|
|
MAINTAINER= pst@FreeBSD.org
|
|
|
|
Y2K= http://sourceware.cygnus.com/gnats/
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--with-lispdir=${PREFIX}/share/emacs/site-lisp \
|
|
--with-full-gnats \
|
|
--with-release-based
|
|
|
|
USE_GMAKE= yes
|
|
MAN1= edit-pr.1 query-pr.1 send-pr.1
|
|
MAN7= gnats.7
|
|
MAN8= mkcat.8 rmcat.8 mkdist.8 queue-pr.8 file-pr.8 gen-index.8
|
|
|
|
# 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)
|
|
|
|
pre-install:
|
|
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
|
|
|
|
post-install:
|
|
(cd ${WRKSRC}/gnats; ${MAKE} install-info)
|
|
(cd ${WRKSRC}/send-pr; ${MAKE} install-info)
|
|
install-info ${PREFIX}/info/gnats.info ${PREFIX}/info/dir
|
|
install-info ${PREFIX}/info/send-pr.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|