blob: f9c72cfe1459c3037101fd3851fc7445f4202d07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: de-koffice-i18n
# Date created: 23 December 2001
# Whom: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
#
# $FreeBSD$
#
CATEGORIES= german misc kde
MAINTAINER= ports@FreeBSD.org
LINGUAS= "de"
MASTERDIR= ${.CURDIR}/../../misc/koffice-i18n
SCRIPTS_ENV+= LINGUAS=${LINGUAS}
.include "${MASTERDIR}/Makefile"
|