mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
53cb86c588
PR: 3647 Submitted by: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
31 lines
966 B
Makefile
31 lines
966 B
Makefile
# New ports collection makefile for: nmh
|
|
# Version required: 0.14
|
|
# Date created: 20 May 1997
|
|
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= nmh-0.14
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/
|
|
|
|
MAINTAINER= Scott.Blachowicz@seaslug.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh \
|
|
--sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop
|
|
|
|
MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \
|
|
mark.1 mh-chart.1 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \
|
|
next.1 nmh.1 packf.1 pick.1 prev.1 prompter.1 rcvdist.1 rcvpack.1 \
|
|
rcvstore.1 rcvtty.1 refile.1 repl.1 rmf.1 rmm.1 scan.1 send.1 show.1 \
|
|
slocal.1 sortm.1 vmh.1 whatnow.1 whom.1
|
|
|
|
MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \
|
|
mh-sequence.5 mh-tailor.5
|
|
|
|
MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8
|
|
|
|
.include <bsd.port.mk>
|