26 lines
702 B
Makefile
26 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.45 2012/03/03 00:14:13 wiz Exp $
|
|
|
|
DISTNAME= kde-i18n-fr-${_KDE_VERSION}
|
|
PKGREVISION= 11
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_KDE_I18N}
|
|
|
|
COMMENT= Language bindings for the KDE desktop
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_TOOLS+= msgfmt
|
|
BUILDLINK_DEPMETHOD.qt3-libs= build
|
|
BUILDLINK_DEPMETHOD.kdelibs= build
|
|
|
|
SUBST_CLASSES+= common
|
|
SUBST_STAGE.common= post-patch
|
|
SUBST_MESSAGE.common= Fix common documentation path.
|
|
SUBST_FILES.common= docs/common/Makefile.in
|
|
SUBST_SED.common= -e s:/docs/common:/common:
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|