blob: 90503cbe402d1ed04a519c47de2fd6f007b1de51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.177 2016/04/09 08:47:36 tron Exp $
DISTNAME= mutt-1.6.0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.mutt.org/
COMMENT= Text-based MIME mail client with PGP & S/MIME support
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"
|