blob: d5981512187cec1e650be1a3d2fbf4e814ca9626 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: rux
# Date created: 25 December 2005
# Whom: 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
.include <bsd.port.mk>
|