blob: acd95cfa7fdfa94c2cc93d636d2334296453b904 (
plain)
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:${PORTSDIR}/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-silent-rules --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>
|