freebsd-ports/x11/lxhotkey/Makefile
Rene Ladan c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00

31 lines
684 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= lxhotkey
PORTVERSION= 0.1.0
CATEGORIES= x11
MASTER_SITES= SF/lxde/LXHotkey/
MAINTAINER= ports@FreeBSD.org
COMMENT= Keyboard shortcuts settings
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfm-extra.so:x11/libfm-extra \
libfm.so:x11/libfm \
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>