b12745d2c1
This program is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people that uses such brain-damaged web-mailers as yahoo mail. Fatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters from email & makes xterm happy! Intended to be used with procmail. Author: Alexander Gromnizki WWW: http://gromnizki.unixdev.net PR: ports/97476 Submitted by: Alexander Gromnizki <gromnizki@unixdev.net>
27 lines
601 B
Makefile
27 lines
601 B
Makefile
# New ports collection makefile for: tidyup-mail
|
|
# Date created: 28 June 2006
|
|
# Whom: Alexander Gromnizki
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tidyup-mail
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= russian mail
|
|
MASTER_SITES= http://gromnizki.unixdev.net/soft/
|
|
|
|
MAINTAINER= gromnizki@unixdev.net
|
|
COMMENT= Remove unsafe characters from email & make xterm happy
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
MANLANG= ru.KOI8-R
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
PLIST_FILES= bin/tidyup-mail
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/ru.KOI8-R/man1/
|
|
|
|
.include <bsd.port.mk>
|