[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / keybinder3

Annotation of pkgsrc/x11/keybinder3/Makefile, Revision 1.2

1.2     ! ryoon       1: # $NetBSD: Makefile,v 1.1 2018/06/12 00:18:31 youri Exp $
1.1       youri       2:
                      3: DISTNAME=      keybinder-3.0-0.3.2
                      4: PKGNAME=       keybinder3-0.3.2
1.2     ! ryoon       5: PKGREVISION=   1
1.1       youri       6: CATEGORIES=    x11
                      7: MASTER_SITES=  ${MASTER_SITE_GITHUB:=kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/}
                      8:
                      9: MAINTAINER=    youri@NetBSD.org
                     10: HOMEPAGE=      https://github.com/engla/keybinder
                     11: COMMENT=       Library for registering keyboard shortcuts
                     12: LICENSE=       gnu-gpl-v2
                     13:
                     14: PKGCONFIG_OVERRIDE+=   libkeybinder/keybinder-3.0.pc.in
                     15:
                     16: GNU_CONFIGURE= yes
                     17: USE_LIBTOOL=   yes
                     18: USE_TOOLS+=    pkg-config gmake autoconf automake msgfmt autoreconf
                     19:
                     20: CONFIGURE_ARGS+=       --disable-static
                     21: CONFIGURE_ARGS+=       --disable-gtk-doc
                     22:
                     23: .include "../../devel/gobject-introspection/buildlink3.mk"
                     24: .include "../../x11/gtk3/buildlink3.mk"
                     25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>