1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/x11/lxhotkey/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

32 lines
701 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 gnome pathfix pkgconfig tar:xz xorg
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>