forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
421 B
Makefile
18 lines
421 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kiconvtool
|
|
PORTVERSION= 0.97
|
|
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/${PORTNAME} etc/rc.d/kiconv \
|
|
man/man8/${PORTNAME}.8.gz
|
|
|
|
.include <bsd.port.mk>
|