666e04576d
- update to 0.82 - add stage support - add LICENSE and WWW PR: 198074 Submitted by: anikinsl@gmail.com (maintainer)
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# Created by: Vyacheslav Anikin <anikinsl@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rux
|
|
PORTVERSION= 0.82
|
|
CATEGORIES= russian
|
|
MASTER_SITES= SF/rux
|
|
|
|
MAINTAINER= anikinsl@gmail.com
|
|
COMMENT= Best Cyrillic text viewer and code page converter
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/rux \
|
|
man/man1/rux.1.gz
|
|
|
|
.include <bsd.port.mk>
|