pkgsrc/mail/gnus/Makefile
jlam 316bdc86fb * Set GNU_CONFIGURE_INFODIR to specify a special location for the info
files.  Passing --infodir directly doesn't work since only the final
  --infodir is honored by configure scripts, and bsd.pkg.mk adds the
  last one based on the setting for GNU_CONFIGURE_INFODIR.  Drop the
  obsolete use of INFO_DIR.

* List the info files directly in the PLIST.

* Fix the build and the PLIST when using xemacs.

Bump the PKGREVISION to 2.
2006-03-20 17:13:57 +00:00

30 lines
851 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/03/20 17:13:57 jlam Exp $
DISTNAME= gnus-5.10.6
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://quimby.gnus.org/gnus/dist/
MAINTAINER= lha@NetBSD.org
HOMEPAGE= http://www.gnus.org/
COMMENT= Gnus is a flexible message reader running under GNU Emacs
#EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215
DEPENDS+= digest>=20010101:../../pkgtools/digest
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/gnus
CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/share/gnus
CONFIGURE_ENV+= EMACS=${EMACS_BIN:Q}
EMACS_MODULES+= base
# Avoid conflicting with Emacsen provided gnus info files
GNU_CONFIGURE_INFODIR= ${PREFIX}/share/doc/gnus/info
USE_TOOLS+= makeinfo
INFO_FILES= # PLIST
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"