mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
24 lines
490 B
Makefile
24 lines
490 B
Makefile
# New ports collection makefile for: kiconvtool
|
|
# Date created: 25 Jun 2008
|
|
# Whom: 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
|
|
|
|
USE_ICONV= yes # used by libkiconv, actually
|
|
|
|
PLIST_FILES= sbin/kiconvtool etc/rc.d/kiconv
|
|
|
|
MAN8= kiconvtool.8
|
|
|
|
.include <bsd.port.mk>
|