mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# New ports collection makefile for: zh-kde2-i18n
|
|
# Date created: 17 April 2001
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese kde misc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LINGUAS= '"zh_CN.GB2312" "zh_TW.Big5"'
|
|
MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n
|
|
|
|
SCRIPTS_ENV+= LINGUAS=${LINGUAS}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|