847747700f
- Strip library
27 lines
576 B
Makefile
27 lines
576 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= keybinder
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= GENTOO
|
|
PKGNAMESUFFIX= -gtk3
|
|
DISTNAME= ${PORTNAME}-3.0-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for registering keyboard shortcuts
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB+= VERSION="3.0"
|
|
|
|
.include <bsd.port.mk>
|