8e0d85b876
o Fixed some errors with dynamic buffers allocation o rux.c was restructed PR: ports/104265 Submitted by: maintainer (Vyacheslav Anikin)
26 lines
502 B
Makefile
26 lines
502 B
Makefile
# 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>
|