freebsd-ports/mail/nohtml/Makefile

23 lines
480 B
Makefile
Raw Normal View History

# Created by: nohtml@tundraware.com
# $FreeBSD$
PORTNAME= nohtml
PORTVERSION= 1.11
CATEGORIES= mail
MASTER_SITES= http://www.tundraware.com/Software/nohtml/
MAINTAINER= nohtml@tundraware.com
COMMENT= Strip HTML attachments from email
USES= python
2014-03-06 16:13:31 +01:00
OPTIONS_DEFINE= DOCS
post-install:
2014-03-06 16:13:31 +01:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in nohtml-license.txt nohtml.html nohtml.pdf nohtml.ps nohtml.txt
2014-03-06 16:13:31 +01:00
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>