blob: b4e52183234f6d227e8541515e4559f633a38b3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
USES= iconv # used by libkiconv, actually
PLIST_FILES= sbin/kiconvtool etc/rc.d/kiconv
MAN8= kiconvtool.8
.include <bsd.port.mk>
|