1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/mailfmt/Makefile
Ion-Mihai Tetcu 34dfae690a - fix plist with -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QA Tindy run
2008-06-29 20:46:24 +00:00

29 lines
559 B
Makefile

# New ports collection makefile for: mailfmt
# Date Created: 09 October 2002
# Whom: tundra
#
# $FreeBSD$
#
PORTNAME= mailfmt
PORTVERSION= 1.3
PORTREVISION= 1
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>