diff options
Diffstat (limited to 'russian/rux/Makefile')
-rw-r--r-- | russian/rux/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/russian/rux/Makefile b/russian/rux/Makefile new file mode 100644 index 000000000000..54662f8fc2aa --- /dev/null +++ b/russian/rux/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rux +# Date created: 25 December 2005 +# Whom: Vyacheslav Anikin <ghos@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= rux +PORTVERSION= 0.73 +CATEGORIES= russian +MASTER_SITES= http://asdf2087.narod.ru/ + +MAINTAINER= ghos@mail.ru +COMMENT= The best cyrillic text viewer and code page converter + +WRKSRC= ${WRKDIR} + +MAN1= rux.1 +MANLANG= "" ru.KOI8-R +MANCOMPRESSED= maybe + +PLIST_FILES= bin/rux + +.include <bsd.port.mk> |