aboutsummaryrefslogtreecommitdiff
path: root/misc/kde3-i18n-bn/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-03-09 13:17:47 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-03-09 13:17:47 +0000
commit991b0444f2583f14d98fbf35476901cb9f12c7fa (patch)
tree09ac69fa1eb3c3a3b62d8b04c8cbbd275f76ebbc /misc/kde3-i18n-bn/Makefile
parent2e5f24d53a3fb0831b12ace45a62c5fef93e8026 (diff)
downloadports-991b0444f2583f14d98fbf35476901cb9f12c7fa.tar.gz
ports-991b0444f2583f14d98fbf35476901cb9f12c7fa.zip
Notes
Diffstat (limited to 'misc/kde3-i18n-bn/Makefile')
-rw-r--r--misc/kde3-i18n-bn/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/kde3-i18n-bn/Makefile b/misc/kde3-i18n-bn/Makefile
new file mode 100644
index 000000000000..74f751cf92e4
--- /dev/null
+++ b/misc/kde3-i18n-bn/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: kde3-i18n-bn
+# Date created: 01 March 2004
+# Whom: Lauri Watts <lauri@kde.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kde-i18n
+PORTVERSION= ${KDE_VERSION}
+CATEGORIES?= misc kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+PKGNAMEPREFIX= bn-
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Localized messages and documentation for KDE3
+
+IGNORE= This port is part of KDE 3.2.1 and is not yet ready
+
+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>