blob: 036f7e5d7f5645512c39b5b29d3818fc7a89a2a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: koffice-kde4-l10n-pt_BR
# Date created: 28 November 2009
# Whom: Dima Panov <fluffy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= koffice-l10n
PORTVERSION= ${KOFFICE2_VERSION}
PORTREVISION= 2
CATEGORIES?= portuguese editors kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Brazilian messages and documentation for KOffice2
KOFFICE2_L10N= pt_BR
.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>
|