20 lines
408 B
Makefile
20 lines
408 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= 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>
|