23 lines
469 B
Makefile
23 lines
469 B
Makefile
# 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>
|