mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
19 lines
560 B
Makefile
19 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.98 2014/03/12 23:55:56 tron Exp $
|
|
|
|
DISTNAME= mutt-1.5.23
|
|
CATEGORIES= mail
|
|
MUTT_SITES= ftp://ftp.mutt.org/mutt/ \
|
|
ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \
|
|
ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \
|
|
ftp://ftp.fu-berlin.de/unix/mail/mutt/
|
|
MASTER_SITES= ${MUTT_SITES:=devel/}
|
|
|
|
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"
|