a95eba7e2c
Approved by: portmgr (blanket)
21 lines
411 B
Makefile
21 lines
411 B
Makefile
PORTNAME= rux
|
|
PORTVERSION= 0.82
|
|
PORTREVISION= 1
|
|
CATEGORIES= russian
|
|
MASTER_SITES= SF/rux
|
|
|
|
MAINTAINER= anikinsl@gmail.com
|
|
COMMENT= Best Cyrillic text viewer and code page converter
|
|
WWW= https://sourceforge.net/projects/rux/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/rux \
|
|
share/man/man1/rux.1.gz
|
|
|
|
.include <bsd.port.mk>
|