blob: a8b291df4c22bf81772fa4ba85a59d12ecc2b8f4 (
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
|
# New ports collection makefile for: kde-l10n-uk
# Date created: 29 July 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= ukrainian kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Ukrainian messages and documentation for KDE4
KDE4_L10N= uk
MANLANG= ${KDE4_L10N}
.include <${.CURDIR}/Makefile.man>
post-extract:
${MKDIR} ${WRKSRC}/build
.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>
|