aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kiconvtool/Makefile
blob: f073de0a8ba13221a8f2528679bbeae06b82d7c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kiconvtool
PORTVERSION=	0.99
CATEGORIES=	sysutils

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Tool to preload kernel iconv charset tables
WWW=		https://wiki.freebsd.org/DmitryMarakasov/kiconvtool

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>