2013-09-20 21:59:12 +02:00
|
|
|
# Created by: nohtml@tundraware.com
|
2003-06-03 04:39:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nohtml
|
|
|
|
PORTVERSION= 1.11
|
2018-02-19 15:01:41 +01:00
|
|
|
PORTREVISION= 1
|
2003-06-03 04:39:28 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.tundraware.com/Software/nohtml/
|
|
|
|
|
|
|
|
MAINTAINER= nohtml@tundraware.com
|
|
|
|
COMMENT= Strip HTML attachments from email
|
|
|
|
|
2018-02-19 15:01:41 +01:00
|
|
|
LICENSE= TundraWare
|
|
|
|
LICENSE_NAME= TundraWare license
|
|
|
|
LICENSE_FILE= ${WRKSRC}/nohtml-license.txt
|
|
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
|
|
|
|
|
|
|
|
USES= python:2.7,run shebangfix
|
|
|
|
SHEBANG_FILES= nohtml.py
|
|
|
|
NO_ARCH= yes
|
2003-06-03 04:39:28 +02:00
|
|
|
|
2014-03-06 16:13:31 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2003-06-03 04:39:28 +02:00
|
|
|
|
2018-02-19 15:01:41 +01:00
|
|
|
post-install-DOCS-on:
|
2014-03-06 16:13:31 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2018-02-19 15:01:41 +01:00
|
|
|
.for f in nohtml.html nohtml.pdf nohtml.ps nohtml.txt
|
2014-03-06 16:13:31 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
2003-06-03 04:39:28 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|