summaryrefslogtreecommitdiff
path: root/russian/tidyup-mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'russian/tidyup-mail/Makefile')
-rw-r--r--russian/tidyup-mail/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/russian/tidyup-mail/Makefile b/russian/tidyup-mail/Makefile
new file mode 100644
index 000000000000..7c36a397d3dc
--- /dev/null
+++ b/russian/tidyup-mail/Makefile
@@ -0,0 +1,26 @@
+# 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>