mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
684a7746d2
The port was originally created and maintained by Andrey Chernov (ache@) who passed away. The software has the value for users of Cyrillic alphabet still.
18 lines
443 B
Makefile
18 lines
443 B
Makefile
# Created by: ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= d1489
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= russian converters
|
|
MASTER_SITES= LOCAL/eugen \
|
|
http://www.grosbein.net/freebsd/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= eugen@FreeBSD.org
|
|
COMMENT= Cp866<->koi8-r and cp1251<->koi8-r decoders, font converter (RFC1489)
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX} STAGEDIR=${STAGEDIR}
|
|
PLIST_FILES= bin/a2kfcnv bin/fromdos bin/todos bin/fromwin bin/towin
|
|
|
|
.include <bsd.port.mk>
|