aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailfmt/Makefile
blob: 3f53dd9d651b17863b3af87eed33165323217a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    mailfmt
# Date Created:     09 October 2002
# Whom:         tundra
#
# $FreeBSD$
#

PORTNAME=   mailfmt
PORTVERSION=    1.3
CATEGORIES= mail
MASTER_SITES=   http://www.tundraware.com/Software/mailfmt/

MAINTAINER= tundra@tundraware.com
COMMENT=    Remove leading quotations from mail/news and wrap lines to fixed width

USE_PYTHON= yes

MANCOMPRESSED=  yes
MAN1=       mailfmt.1

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/mailfmt-license.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>