6e2c35c083
From Sergey Svishchev in private mail.
29 lines
824 B
Makefile
29 lines
824 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:21 wiz Exp $
|
|
|
|
DISTNAME= gnus-5.10.8
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
|
CATEGORIES= mail news
|
|
MASTER_SITES= http://gnus.org/dist/
|
|
|
|
MAINTAINER= lha@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= # PLIST
|
|
|
|
.include "../../mk/emacs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|