[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.16

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

CVSweb <webmaster@jp.NetBSD.org>