blob: 61521903abc1bf9b6805090654dc7c0703208995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2002/02/18 15:14:37 seb Exp $
#
DISTNAME= gnus-5.8.8
CATEGORIES= news mail
MASTER_SITES= ftp://ftp.gnus.org/pub/gnus/
MAINTAINER= perry@netbsd.org
HOMEPAGE= http://www.gnus.org/
COMMENT= News/Mail reader for Emacs
# XXX Someone who cares can make this work with Xemacs.
DEPENDS+= emacs-[0-9]*:../../editors/emacs
GNU_CONFIGURE= YES
TEXINFO_OVERRIDE= YES
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|