1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/kiconvtool/Makefile
2021-04-08 02:19:01 +03:00

19 lines
347 B
Makefile

PORTNAME= kiconvtool
PORTVERSION= 0.99
CATEGORIES= sysutils
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Tool to preload kernel iconv charset tables
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= AMDmi3
USES= iconv # used by libkiconv, actually
PLIST_FILES= sbin/${PORTNAME} etc/rc.d/kiconv \
man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>