pkgsrc/mail/gnus/Makefile
rodent 942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

30 lines
860 B
Makefile

# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:23 rodent Exp $
DISTNAME= gnus-5.10.8
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail news
MASTER_SITES= http://gnus.org/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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= yes
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"