freebsd-ports/sysutils/kiconvtool/Makefile

19 lines
421 B
Makefile
Raw Normal View History

2013-06-17 17:27:58 +02:00
# 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
2011-09-08 01:49:14 +02:00
2013-09-29 23:50:07 +02:00
PLIST_FILES= sbin/${PORTNAME} etc/rc.d/kiconv \
man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>