blob: 8f3ca02126dc9bd698fc095f7d60437ff06ff4c0 (
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
24
25
26
|
# New ports collection makefile for: rux
# Date created: 25 December 2005
# Whom: Vyacheslav Anikin <ghos@mail.ru>
#
# $FreeBSD$
#
PORTNAME= rux
PORTVERSION= 0.78
CATEGORIES= russian
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://asdf2087.narod.ru/
MASTER_SITE_SUBDIR= ${PORTNAME}
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>
|