View | Details | Raw Unified | Return to bug 206261
Collapse All | Expand All

(-)x11/keybinder-gtk3/Makefile (-9 / +16 lines)
Lines 1-12 Link Here
1
# $FreeBSD: head/x11/keybinder-gtk3/Makefile 400940 2015-11-06 15:59:07Z amdmi3 $
1
# $FreeBSD: head/x11/keybinder-gtk3/Makefile 400940 2015-11-06 15:59:07Z amdmi3 $
2
2
3
PORTNAME=	keybinder
3
PORTNAME=	keybinder
4
PORTVERSION=	0.3.0
4
PORTVERSION=	0.3.1
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	keybinder-3.0-v
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
MASTER_SITES=	GENTOO
8
PKGNAMESUFFIX=	-gtk3
7
PKGNAMESUFFIX=	-gtk3
9
DISTNAME=	${PORTNAME}-3.0-${PORTVERSION}
10
8
11
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Library for registering keyboard shortcuts
10
COMMENT=	Library for registering keyboard shortcuts
Lines 14-27 Link Here
14
LICENSE=	MIT
12
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
16
14
17
GNU_CONFIGURE=	yes
15
BUILD_DEPENDS=	gtkdocize:${PORTSDIR}/textproc/gtk-doc
18
CONFIGURE_ARGS=	--disable-gtk-doc-html --without-html-dir
16
19
USES=		gmake libtool pathfix pkgconfig
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	engla
19
20
USES=		autoreconf gmake libtool pathfix pkgconfig
21
PATHFIX_MAKEFILEIN=	Makefile.am
20
USE_GNOME=	gtk30 introspection:build
22
USE_GNOME=	gtk30 introspection:build
21
USE_XORG=	x11 xext xrender
23
USE_XORG=	x11 xext xrender
22
USE_LDCONFIG=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--disable-silent-rules --disable-gtk-doc
23
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
27
USE_LDCONFIG=	yes
28
29
PLIST_SUB=	VERSION="3.0"
24
30
25
PLIST_SUB+=	VERSION="3.0"
31
pre-configure:
32
	@(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize)
26
33
27
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)x11/keybinder-gtk3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (keybinder-3.0-0.3.0.tar.gz) = 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e
1
SHA256 (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 0ebd17f026ce4ff6f0fb4248a95c2962d76b60b8cbccf07de28b07d7c5e42204
2
SIZE (keybinder-3.0-0.3.0.tar.gz) = 346383
2
SIZE (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 20345
(-)x11/keybinder-gtk3/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
Keybinder is a library for registering global keyboard shortcuts.  Keybinder
1
Keybinder is a library for registering global keyboard shortcuts.
2
works with GTK-based applications using the X Window System.
2
Keybinder works with GTK-based applications using the X Window System.
3
3
4
WWW: https://github.com/engla/keybinder
4
WWW: https://github.com/engla/keybinder

Return to bug 206261