| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11/keybinder-gtk3/ |
Upload File : |
PORTNAME= keybinder
PORTVERSION= 0.3.2
DISTVERSIONPREFIX= 3.0-
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://github.com/kupferlauncher/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSIONPREFIX}v${DISTVERSION}/
PKGNAMESUFFIX= -gtk3
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for registering keyboard shortcuts
WWW= https://github.com/engla/keybinder
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gettext-runtime gmake gnome libtool pathfix \
pkgconfig xorg
USE_GNOME= gtk30 introspection:build cairo gdkpixbuf2
USE_LDCONFIG= yes
USE_XORG= x11 xext xrender
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
VERSION= "3.0"
PLIST_SUB= VERSION=${VERSION}
OPTIONS_DEFINE= EXAMPLES DOCS
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
post-patch-DOCS-off:
@${REINPLACE_CMD} -E '/GTK_DOC_CHECK|docs/d' ${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e '/^SUBDIRS/s, docs,,' ${WRKSRC}/Makefile.am
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}-${VERSION}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}-${VERSION}
.include <bsd.port.mk>