aboutsummaryrefslogtreecommitdiffstats
path: root/x11/keybinder-gtk3/Makefile
blob: f7f2f1916cacce5c29ec596d3582e701db429058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

PORTNAME=   keybinder
PORTVERSION=    0.3.1
DISTVERSIONPREFIX=  keybinder-3.0-v
CATEGORIES= x11
PKGNAMESUFFIX=  -gtk3

MAINTAINER= ports@FreeBSD.org
COMMENT=    Library for registering keyboard shortcuts

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  gtkdocize:textproc/gtk-doc

USE_GITHUB= yes
GH_ACCOUNT= engla

USES=       autoreconf gmake libtool pathfix pkgconfig
PATHFIX_MAKEFILEIN= Makefile.am
USE_GNOME=  gtk30 introspection:build
USE_XORG=   x11 xext xrender
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-gtk-doc
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

PLIST_SUB=  VERSION="3.0"

pre-configure:
    @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize)

.include <bsd.port.mk>