aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kde4-l10n-mk/Makefile
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2003-07-29 14:13:08 +0800
committerlofi <lofi@FreeBSD.org>2003-07-29 14:13:08 +0800
commit1b2e9b589720d546bcdeb7a43155512313dafbd6 (patch)
tree17a6c86aff15734791b5c0ca93be1f8f18158ac8 /misc/kde4-l10n-mk/Makefile
parent1202d947734c1d2c693e31f5c87807a62122fdf4 (diff)
downloadfreebsd-ports-gnome-1b2e9b589720d546bcdeb7a43155512313dafbd6.tar.gz
freebsd-ports-gnome-1b2e9b589720d546bcdeb7a43155512313dafbd6.tar.zst
freebsd-ports-gnome-1b2e9b589720d546bcdeb7a43155512313dafbd6.zip
Add kde3-i18n-mk, provides macedonian i18n for KDE3.
Approved by: will
Diffstat (limited to 'misc/kde4-l10n-mk/Makefile')
-rw-r--r--misc/kde4-l10n-mk/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/kde4-l10n-mk/Makefile b/misc/kde4-l10n-mk/Makefile
new file mode 100644
index 000000000000..d5a6c35a251d
--- /dev/null
+++ b/misc/kde4-l10n-mk/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: kde3-i18n-mk
+# Date created: 15 July 2002
+# 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= mk-
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Localized 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>