freebsd-ports/x11-wm/xfce4-panel/Makefile
Mathieu Arnold 21c9ca161e Fix people using LICENSE_DISTFILES in the wrong way.
Sponsored by:	Absolight
2017-03-31 14:09:38 +00:00

45 lines
1.1 KiB
Makefile

# Created by: James Earl <jdearl@telus.net>
# $FreeBSD$
PORTNAME= xfce4-panel
PORTVERSION= 4.12.1
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce's panel
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= desktop-file-utils gmake libtool pathfix gettext-tools perl5 \
pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_GNOME= glib20 gtk20 intltool intlhack libwnck cairo
USE_LDCONFIG= yes
USE_XFCE= garcon libexo
USE_XORG= ice sm x11 xext
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--enable-gio-unix --without-html-dir
OPTIONS_DEFINE= GTK3 NLS
OPTIONS_DEFAULT= GTK3
GTK3_USES= xfce:gtk3
GTK3_USE= gnome=gtk30
GTK3_CONFIGURE_ENABLE= gtk3
GTK3_USES_OFF= xfce
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
OPTIONS_SUB= yes
.include <bsd.port.mk>