mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
752da6b94b
With hat: portmgr
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# 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= ports@FreeBSD.org
|
|
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>
|