pkgsrc/mail/gnus/Makefile

26 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/01/05 04:35:04 lha Exp $
DISTNAME= gnus-5.10.6
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
# Avoid conflicting with Emacsen provided gnus info files
CONFIGURE_ARGS+= --infodir=${PREFIX}/share/doc/gnus/info
USE_MAKEINFO= YES
INFO_DIR= share/doc/gnus/info
INFO_FILES= emacs-mime gnus message pgg sieve
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"