blob: 40231b56f422c6e70f09e747a88f2957492847e8 (
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
|
# $FreeBSD$
PORTNAME= keybinder
PORTVERSION= 0.3.0
CATEGORIES= x11
MASTER_SITES= GENTOO/distfiles
PKGNAMESUFFIX= -gtk3
DISTNAME= ${PORTNAME}-3.0-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for registering keyboard shortcuts
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir
USES= gmake libtool pathfix pkgconfig
USE_GNOME= gtk30 introspection:build
USE_XORG= x11 xext xrender
USE_LDCONFIG= yes
PLIST_SUB+= VERSION="3.0"
.include <bsd.port.mk>
|