21 lines
593 B
Makefile
21 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/03/30 03:17:16 markd Exp $
|
|
|
|
DISTNAME= kde-i18n-tr-${_KDE_VERSION}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITES_KDE:=kde-i18n/}
|
|
|
|
COMMENT= Language bindings for the KDE desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
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:tr/docs/common:common:
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|