mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
35 lines
725 B
Makefile
35 lines
725 B
Makefile
# $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-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>
|