Lines 1-12
Link Here
|
1 |
# $FreeBSD: head/x11/keybinder-gtk3/Makefile 400940 2015-11-06 15:59:07Z amdmi3 $ |
1 |
# $FreeBSD: head/x11/keybinder-gtk3/Makefile 400940 2015-11-06 15:59:07Z amdmi3 $ |
2 |
|
2 |
|
3 |
PORTNAME= keybinder |
3 |
PORTNAME= keybinder |
4 |
PORTVERSION= 0.3.0 |
4 |
PORTVERSION= 0.3.1 |
5 |
PORTREVISION= 1 |
5 |
DISTVERSIONPREFIX= keybinder-3.0-v |
6 |
CATEGORIES= x11 |
6 |
CATEGORIES= x11 |
7 |
MASTER_SITES= GENTOO |
|
|
8 |
PKGNAMESUFFIX= -gtk3 |
7 |
PKGNAMESUFFIX= -gtk3 |
9 |
DISTNAME= ${PORTNAME}-3.0-${PORTVERSION} |
|
|
10 |
|
8 |
|
11 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
12 |
COMMENT= Library for registering keyboard shortcuts |
10 |
COMMENT= Library for registering keyboard shortcuts |
Lines 14-27
Link Here
|
14 |
LICENSE= MIT |
12 |
LICENSE= MIT |
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
16 |
|
14 |
|
17 |
GNU_CONFIGURE= yes |
15 |
BUILD_DEPENDS= gtkdocize:${PORTSDIR}/textproc/gtk-doc |
18 |
CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir |
16 |
|
19 |
USES= gmake libtool pathfix pkgconfig |
17 |
USE_GITHUB= yes |
|
|
18 |
GH_ACCOUNT= engla |
19 |
|
20 |
USES= autoreconf gmake libtool pathfix pkgconfig |
21 |
PATHFIX_MAKEFILEIN= Makefile.am |
20 |
USE_GNOME= gtk30 introspection:build |
22 |
USE_GNOME= gtk30 introspection:build |
21 |
USE_XORG= x11 xext xrender |
23 |
USE_XORG= x11 xext xrender |
22 |
USE_LDCONFIG= yes |
24 |
GNU_CONFIGURE= yes |
|
|
25 |
CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc |
23 |
INSTALL_TARGET= install-strip |
26 |
INSTALL_TARGET= install-strip |
|
|
27 |
USE_LDCONFIG= yes |
28 |
|
29 |
PLIST_SUB= VERSION="3.0" |
24 |
|
30 |
|
25 |
PLIST_SUB+= VERSION="3.0" |
31 |
pre-configure: |
|
|
32 |
@(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize) |
26 |
|
33 |
|
27 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |