summaryrefslogtreecommitdiffstats
path: root/misc/k3b-i18n/Makefile
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-03-18 17:43:54 +0000
committermarkus <markus@FreeBSD.org>2004-03-18 17:43:54 +0000
commit9ffbb5cf07160f485b1375bff11d2e4a36e67348 (patch)
tree19b47f2561404082cf81a75a9f3cd61466c6dcf4 /misc/k3b-i18n/Makefile
parent211c11341fc65b3a92323a9d487634e0067afae8 (diff)
downloadFreeBSD-ports-9ffbb5cf07160f485b1375bff11d2e4a36e67348.zip
FreeBSD-ports-9ffbb5cf07160f485b1375bff11d2e4a36e67348.tar.gz
Add k3b-i18n 0.11, localized messages and documentation for K3b.
Approved by: arved (mentor)
Diffstat (limited to 'misc/k3b-i18n/Makefile')
-rw-r--r--misc/k3b-i18n/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/k3b-i18n/Makefile b/misc/k3b-i18n/Makefile
new file mode 100644
index 0000000..bb2f00c
--- /dev/null
+++ b/misc/k3b-i18n/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: k3b-i18n
+# Date created: Tue Mar 16 00:33:35 CET 2004
+# Whom: Markus Brueffer <markus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= k3b-i18n
+PORTVERSION= 0.11
+CATEGORIES?= misc kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/-i18n//}
+
+MAINTAINER= markus@FreeBSD.org
+COMMENT= Localized messages and documentation for K3b
+
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
+
+USE_KDELIBS_VER=3
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
+post-extract:
+ @${TOUCH} ${WRKSRC}/config.h.in
+
+post-patch:
+ @${REINPLACE_CMD} -e 's/xx//' ${WRKSRC}/po/Makefile.in
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud