ports/sysutils/kiconvtool/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

19 lines
437 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= kiconvtool
PORTVERSION= 0.97
PORTREVISION= 1
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>