diff options
Diffstat (limited to 'russian/mtc/Makefile')
-rw-r--r-- | russian/mtc/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/russian/mtc/Makefile b/russian/mtc/Makefile new file mode 100644 index 000000000000..40098309ea38 --- /dev/null +++ b/russian/mtc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: mtc +# Date created: 13 Nov 2001 +# Whom: Artem Koutchine <matrix@ipform.ru>, Alexander Trapeznikov <infoteacher@ipform.ru> +# +# $FreeBSD$ +# +# This port is self contained in the src directory. +# + +PORTNAME= mtc +PORTVERSION= 1.3 +CATEGORIES= russian +MASTER_SITES= http://www.ipform.ru/files/ + +MAINTAINER= infoteacher@ipform.ru + +NO_BUILD= yes + +MAN7= mtc.7 + +do-install: +.for file in mtc wee + ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor +.for file in koi8 win1251 dos866 + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc +.endfor + ${INSTALL_MAN} ${WRKSRC}/mtc.7 ${MANPREFIX}/man/man7 + +.include <bsd.port.mk> |