[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5-gtk

Annotation of pkgsrc/inputmethod/fcitx5-gtk/Makefile, Revision 1.2

1.2     ! ryoon       1: # $NetBSD: Makefile,v 1.1 2021/02/17 15:21:34 ryoon Exp $
1.1       ryoon       2:
                      3: DISTNAME=      fcitx5-gtk-5.0.3
1.2     ! ryoon       4: PKGREVISION=   1
1.1       ryoon       5: CATEGORIES=    inputmethod
                      6: MASTER_SITES=  https://download.fcitx-im.org/fcitx5/fcitx5-gtk/
                      7: EXTRACT_SUFX=  .tar.xz
                      8:
                      9: MAINTAINER=    ryoon@NetBSD.org
                     10: HOMEPAGE=      https://github.com/fcitx/fcitx5-gtk
                     11: COMMENT=       GTK input method module for fcitx5
                     12: LICENSE=       gnu-lgpl-v2.1
                     13:
                     14: USE_CMAKE=     yes
                     15: USE_TOOLS+=    pkg-config
                     16: USE_LANGUAGES= c c++
                     17:
                     18: PKGCONFIG_OVERRIDE+=   fcitx-gclient/Fcitx5GClient.pc.in
                     19:
                     20: .include "../../devel/glib2/buildlink3.mk"
                     21: .include "../../devel/gobject-introspection/buildlink3.mk"
                     22: .include "../../x11/gtk2/buildlink3.mk"
                     23: .include "../../x11/gtk3/buildlink3.mk"
1.2     ! ryoon      24: .include "../../x11/gtk4/buildlink3.mk"
1.1       ryoon      25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>