mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kiconvtool
|
|
PORTVERSION= 0.96
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \
|
|
LOCAL/amdmi3
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Tool to preload kernel iconv charset tables
|
|
|
|
USES= iconv # used by libkiconv, actually
|
|
|
|
PLIST_FILES= sbin/kiconvtool etc/rc.d/kiconv
|
|
|
|
MAN8= kiconvtool.8
|
|
|
|
.include <bsd.port.mk>
|