freebsd-ports/chinese/auto-tw-l10n/Makefile
Kevin Lo 6a6089b8b1 Set vim's default encoding to utf-8 [1].
While here, put "exec startlxde" in dot.xinitrc.

PR: 200657 [1]
Submitted by: Ray-Cherng Yu <raycherng at gmail dot com>
2015-06-08 01:43:23 +00:00

25 lines
541 B
Makefile

# Created by: Michael C . Wu <keichii@iteration.net>
# $FreeBSD$
PORTNAME= auto-tw-l10n
PORTVERSION= 1.14
PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= LOCAL/sunpoet
MAINTAINER= ports@FreeBSD.org
COMMENT= Automatic localization for Traditional Chinese locale
NO_BUILD= yes
USES= tar:xz
SUB_FILES= pkg-message
pre-install:
@${FIND} ${WRKSRC} -name "*.orig" -delete
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>