[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / kde3-i18n-ko

Annotation of pkgsrc/x11/kde3-i18n-ko/Makefile, Revision 1.17

1.17    ! sno         1: # $NetBSD: Makefile,v 1.16 2008/07/14 12:56:16 joerg Exp $
1.1       markd       2:
                      3: DISTNAME=      kde-i18n-ko-${_KDE_VERSION}
1.17    ! sno         4: PKGREVISION=   1
1.1       markd       5: CATEGORIES=    x11
1.6       markd       6: MASTER_SITES=  ${MASTER_SITE_KDE_I18N}
1.1       markd       7:
                      8: COMMENT=       Language bindings for the KDE desktop
                      9:
1.16      joerg      10: PKG_DESTDIR_SUPPORT=   user-destdir
                     11:
1.1       markd      12: .include "../../meta-pkgs/kde3/Makefile.kde3"
                     13:
1.7       jlam       14: USE_TOOLS+=            msgfmt
1.11      markd      15: BUILDLINK_DEPMETHOD.qt3-libs=  build
                     16: BUILDLINK_DEPMETHOD.kdelibs=   build
1.1       markd      17:
1.5       markd      18: SUBST_CLASSES+=                common
                     19: SUBST_STAGE.common=    post-patch
                     20: SUBST_MESSAGE.common=  Fix common documentation path.
                     21: SUBST_FILES.common=    docs/common/Makefile.in
1.9       markd      22: SUBST_SED.common=      -e s:/docs/common:/common:
1.5       markd      23:
1.13      markd      24: SUBST_CLASSES+=                msgctxt
                     25: SUBST_STAGE.msgctxt=   post-patch
                     26: SUBST_MESSAGE.msgctxt= Delete msgctxt lines.
                     27: SUBST_FILES.msgctxt=   messages/kdenetwork/krfb.po \
                     28:                        messages/kdenetwork/knewsticker.po \
                     29:                        messages/kdebase/kcmicons.po \
                     30:                        messages/kdebase/drkonqi.po \
                     31:                        messages/kdebase/filetypes.po \
                     32:                        messages/kdebase/kcmcgi.po \
                     33:                        messages/kdebase/kcmbackground.po \
                     34:                        messages/kdebase/kcmcomponentchooser.po
                     35: SUBST_SED.msgctxt=     -e "/ msgctxt /d"
                     36:
1.1       markd      37: .include "../../meta-pkgs/kde3/kde3.mk"
                     38: .include "../../x11/kdelibs3/buildlink3.mk"
                     39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>