diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-05-31 13:56:40 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-05-31 13:56:40 +0000 |
commit | 027aa97cd2ee74dff245a856efc5ce7af8cd2cec (patch) | |
tree | 56428e47d448877b800a7cb1da35bb56ad4ac846 /mail/gnus/Makefile | |
parent | cd251c52ef745242931b4847cf0046303253214f (diff) | |
download | pkgsrc-027aa97cd2ee74dff245a856efc5ce7af8cd2cec.tar.gz |
Initial import of Gnus 5.10.2.
This is a stand-alone version of Gnus mail / news reader package
running on GNU Emacs. This package is supposed to catch up to newer
versions of Gnus than found in GNU Emacs distributions.
Provided by Love Hoernquist-Astrand <lha at netbsd dot org>.
Diffstat (limited to 'mail/gnus/Makefile')
-rw-r--r-- | mail/gnus/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/gnus/Makefile b/mail/gnus/Makefile new file mode 100644 index 00000000000..607382a8f8b --- /dev/null +++ b/mail/gnus/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/31 13:56:41 uebayasi Exp $ + +DISTNAME= gnus-5.10.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 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/gnus +CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/share/gnus + +post-extract: + ${MV} ${WRKSRC}/texi/gnus.texi ${WRKSRC}/texi/ognus.texi + +.include "../../mk/emacs.mk" +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" + |