openbsd-ports/x11/kde/office-i18n3/Makefile
sturm 46f409dc73 handle FLAVORs regardless of case, so that we can reuse the output
of make all-dir-depends

no objections from espie@
2005-10-29 12:00:17 +00:00

48 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2005/10/29 12:00:18 sturm Exp $
LANGS= bg ca cs cy da de el en_GB es et eu fi fr hu it nb nl nn pl \
pt pt_BR ru sl sr sr@Latn sv ta tg zh_CN
# some extra vars to compact PLISTs
I=index.docbook
C=index.cache.bz2
FLAVOR?=fr
SUBST_VARS=I C
.for l in ${LANGS}
FLAVORS+=$l
. if ${FLAVOR:L:M${l:L}}
DISTFILES=koffice-l10n-$l-${VERSION}.tar.bz2
WRKDIST=${WRKDIR}/koffice-l10n-$l-${VERSION}
FULLPKGNAME=koffice-i18n-$l-${VERSION}
COMMENT= "$l translations for KDE"
PLIST=${PKGDIR}/PLIST-$l
DOC=share/doc/HTML/$l/
LOC=share/locale/$l/LC_MESSAGES/
. endif
SUPDISTFILES+= koffice-l10n-$l-${VERSION}.tar.bz2
SUBST_VARS+=DOC LOC
.endfor
DISTNAME= koffice-i18n-${VERSION}
CATEGORIES= x11 x11/kde
VERSION= 1.4.2
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}
MASTER_SITES= ${MASTER_SITE_KDE:=stable/koffice-1.4.2/src/koffice-l10n/}
BUILD_DEPENDS = ::x11/kde/libs3
RUN_DEPENDS = ::x11/kde/libs3
PATCH_LIST= patch-*
MODKDE_VERSION=
CONFIGURE_STYLE=gnu
MAKE_FLAGS+=MEINPROC=
FAKE_FLAGS=DESTDIR=${WRKINST} MEINPROC=
CONFIGURE_ARGS+=-C
DESCR=${PKGDIR}/DESCR
MODKDE_NODEBUG=Yes
.include <bsd.port.mk>