mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
31 lines
689 B
Makefile
31 lines
689 B
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= lxhotkey
|
|
PORTVERSION= 0.1.1
|
|
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>
|