2017-01-24 21:49:05 +00:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxhotkey
|
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= SF/lxde/LXHotkey/
|
|
|
|
|
2017-03-19 14:02:23 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2017-01-24 21:49:05 +00:00
|
|
|
COMMENT= Keyboard shortcuts settings
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfm-extra.so:x11/libfm-extra \
|
2019-01-07 15:08:08 +00:00
|
|
|
libfm.so:x11/libfm@gtk2 \
|
2017-01-24 21:49:05 +00:00
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libunistring.so:devel/libunistring
|
|
|
|
|
|
|
|
USES= gettext-tools gmake pathfix pkgconfig tar:xz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2
|
|
|
|
USE_XORG= x11
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-gtk=2
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxhotkey/*.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|