aboutsummaryrefslogtreecommitdiff
path: root/chinese/auto-tw-l10n/Makefile
blob: 3570a0a54c094fa8508f67dfdb2326cd4cf5985e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	auto-tw-l10n
PORTVERSION=	1.16
CATEGORIES=	chinese

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Automatic localization for Traditional Chinese locale
WWW=		https://github.com/BSDTW/auto-tw-l10n

NO_ARCH=	yes
NO_BUILD=	yes

SUB_FILES=	pkg-message

USE_GITHUB=	yes
GH_ACCOUNT=	BSDTW

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
	${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/

.include <bsd.port.mk>