Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / xfce4-places-plugin / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       xfce4-places-plugin
4 PORTVERSION=    1.8.1
5 CATEGORIES=     sysutils xfce
6 MASTER_SITES=   XFCE/panel-plugins
7 DIST_SUBDIR=    xfce4
8
9 MAINTAINER=     xfce@FreeBSD.org
10 COMMENT=        File browser launcher for Xfce4 panel plugin
11
12 LICENSE=        GPLv2
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 LIB_DEPENDS=    libnotify.so:devel/libnotify
16
17 USES=           compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
18                 tar:bzip2 xfce xorg
19 USE_GNOME=      cairo gdkpixbuf2 gtk30 intltool
20 USE_XFCE=       panel thunar
21 USE_XORG=       ice sm x11
22
23 GNU_CONFIGURE=  yes
24 INSTALL_TARGET= install-strip
25
26 OPTIONS_DEFINE= NLS
27 OPTIONS_SUB=    yes
28
29 NLS_USES=       gettext-runtime
30
31 .include <bsd.port.mk>