blob: f0c72b4943dbe6d3a182bc15d86d6bace1228b11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
PORTREVISION= 1
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>
|