2005-03-29 16:18:34 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2005/03/29 21:18:37 espie Exp $
|
2002-09-14 11:47:04 -04:00
|
|
|
|
2005-03-29 16:18:34 -05:00
|
|
|
LANGS= af ar bg bn bs ca cs cy da de el en_GB eo es et eu fa fi fr gl he hi \
|
|
|
|
hr hsb hu is it ja mn ms nb nds nl nn pa pl pt pt_BR ro ru sk sl \
|
|
|
|
sr sr@Latn sv ta tg tr uk uz zh_CN zh_TW
|
2002-09-14 11:47:04 -04:00
|
|
|
|
2005-03-29 16:18:34 -05:00
|
|
|
# some extra vars to compact PLISTs
|
|
|
|
I=index.docbook
|
|
|
|
C=index.cache.bz2
|
|
|
|
|
|
|
|
SUBST_VARS=I C
|
|
|
|
.for l in ${LANGS}
|
|
|
|
MULTI_PACKAGES += -$l
|
|
|
|
FULLPKGNAME-$l = koffice-i18n-$l-${VERSION}
|
|
|
|
COMMENT-$l= "$l translations for koffice"
|
|
|
|
DOC-$l=share/doc/HTML/$l/
|
|
|
|
LOC-$l=share/locale/$l/LC_MESSAGES/
|
|
|
|
SUBST_VARS+=DOC-$l LOC-$l
|
2004-08-15 18:31:53 -04:00
|
|
|
.endfor
|
|
|
|
|
2005-03-29 16:18:34 -05:00
|
|
|
COMMENT="all translations for koffice"
|
2002-09-14 11:47:04 -04:00
|
|
|
|
|
|
|
CATEGORIES= x11 x11/kde
|
2005-03-29 16:18:34 -05:00
|
|
|
VERSION= 1.3.5
|
|
|
|
DISTNAME= koffice-i18n-${VERSION}
|
2002-09-14 11:47:04 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE:S@$@stable/koffice-${VERSION}/src/@}
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ::x11/kde/libs3
|
|
|
|
|
2003-02-23 08:55:37 -05:00
|
|
|
MODKDE_VERSION=
|
2003-02-26 05:42:07 -05:00
|
|
|
MODKDE_NODEBUG=Yes
|
|
|
|
|
|
|
|
MAKE_FLAGS+=MEINPROC=
|
|
|
|
FAKE_FLAGS=DESTDIR=${WRKINST} MEINPROC=
|
2005-03-29 16:18:34 -05:00
|
|
|
CONFIGURE_ARGS+=-C
|
2002-09-14 11:47:04 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|