aboutsummaryrefslogtreecommitdiff
path: root/chinese/kde4-l10n-zh_CN/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/kde4-l10n-zh_CN/Makefile')
-rw-r--r--chinese/kde4-l10n-zh_CN/Makefile29
1 files changed, 20 insertions, 9 deletions
diff --git a/chinese/kde4-l10n-zh_CN/Makefile b/chinese/kde4-l10n-zh_CN/Makefile
index bfc1d1cd4122..0a6e2abdfb7b 100644
--- a/chinese/kde4-l10n-zh_CN/Makefile
+++ b/chinese/kde4-l10n-zh_CN/Makefile
@@ -1,17 +1,28 @@
-# New ports collection makefile for: zh-kde2-i18n
-# Date created: 17 April 2001
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+# New ports collection makefile for: kde3-i18n-zh_CN
+# Date created: 05 April 2002
+# Whom: Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#
-CATEGORIES= chinese kde misc
+PORTNAME= kde-i18n-zh_CN
+PORTVERSION= 3.0
+CATEGORIES?= misc kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
+DIST_SUBDIR= KDE
+WRKSRC= ${WRKDIR}/${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER?= kde@FreeBSD.org
-LINGUAS= "zh_CN.GB2312 zh_TW.Big5"
-MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n
+LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
-SCRIPTS_ENV+= LINGUAS=${LINGUAS}
+USE_KDELIBS_VER=3
+USE_BZIP2= yes
+USE_GMAKE= yes
-.include "${MASTERDIR}/Makefile"
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>