blob: 3697738e53bac0ba5369a137194a600fd20d9373 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Vyacheslav Anikin <ghos@mail.ru>
# $FreeBSD$
PORTNAME= rux
PORTVERSION= 0.79
PORTREVISION= 1
CATEGORIES= russian
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= anikinsl@gmail.com
COMMENT= The best Cyrillic text viewer and code page converter
MAN1= rux.1
MANLANG= "" ru.KOI8-R
MANCOMPRESSED= maybe
PLIST_FILES= bin/rux
NO_STAGE= yes
.include <bsd.port.mk>
|