blob: 055fc5211932d00774f3d4b40f8c46875dafa5c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: fr-kde2-i18n
# Date created: 13 April 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= french kde misc
MAINTAINER= ports@FreeBSD.org
LINGUAS= "fr"
MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n
SCRIPTS_ENV+= LINGUAS=${LINGUAS}
.include "${MASTERDIR}/Makefile"
|