2003-08-09 12:59:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2003/08/09 11:08:56 seb Exp $
|
2003-05-31 15:56:40 +02:00
|
|
|
|
|
|
|
DISTNAME= gnus-5.10.2
|
2003-07-08 11:58:53 +02:00
|
|
|
PKGREVISION= 1
|
2003-05-31 15:56:40 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://quimby.gnus.org/gnus/dist/
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= lha@NetBSD.org
|
2003-05-31 15:56:40 +02:00
|
|
|
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
|
2003-07-08 11:58:53 +02:00
|
|
|
# Avoid conflicting with Emacsen provided gnus info files
|
|
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/share/doc/gnus/info
|
2003-05-31 15:56:40 +02:00
|
|
|
|
2003-07-08 11:58:53 +02:00
|
|
|
USE_MAKEINFO= YES
|
|
|
|
INFO_DIR= share/doc/gnus/info
|
|
|
|
INFO_FILES= emacs-mime gnus message pgg sieve
|
2003-05-31 15:56:40 +02:00
|
|
|
|
|
|
|
.include "../../mk/emacs.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|