aboutsummaryrefslogtreecommitdiff
path: root/misc/kde3-i18n-te/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-10-29 23:48:18 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-10-29 23:48:18 +0000
commitc13a5bcfcd39a60b06331e0e456f81187f336764 (patch)
tree24d87d150c14833a85f8fac72b8a8e53d186d7c8 /misc/kde3-i18n-te/Makefile
parent16387cc66d68e7df0f3953c17282a1ba85fc5eb5 (diff)
downloadports-c13a5bcfcd39a60b06331e0e456f81187f336764.tar.gz
ports-c13a5bcfcd39a60b06331e0e456f81187f336764.zip
Notes
Diffstat (limited to 'misc/kde3-i18n-te/Makefile')
-rw-r--r--misc/kde3-i18n-te/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/kde3-i18n-te/Makefile b/misc/kde3-i18n-te/Makefile
new file mode 100644
index 000000000000..61c83784dffd
--- /dev/null
+++ b/misc/kde3-i18n-te/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: kde3-i18n-te
+# Date created: Oct 16 2007
+# Whom: Michael Nottebrock <lofi@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kde-i18n
+PORTVERSION= ${KDE_VERSION}
+CATEGORIES?= misc kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
+PKGNAMEPREFIX= te-
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Telugu messages and documentation for KDE3
+
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
+
+USE_KDELIBS_VER=3
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+KDE_I18N= yes
+
+.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
+
+.include <bsd.port.mk>