1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/lxhotkey/Makefile
Alexandre C. Guimarães db490bfda4 x11/libfm, x11-fm/pcmanfm: update and flavorize both.
- update x11/libfm to version 1.3.1
- update x11-fm/pcmanfm to version 1.3.1
- convert both to flavors
- fix other affected ports

PR:		229944
Reviewed by:	adamw, antoine, bapt
Approved by:	mat (portmgr, mentor), tcberner (mentor), jsm (maintainer), Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16387
2019-01-07 15:08:08 +00:00

32 lines
689 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@gtk2 \
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>