2013-06-02 19:41:00 +02:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-embed-plugin
|
2015-07-15 18:02:07 +02:00
|
|
|
PORTVERSION= 1.6.0
|
2013-06-02 19:41:00 +02:00
|
|
|
CATEGORIES= x11 xfce
|
2015-04-28 19:01:46 +02:00
|
|
|
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2013-06-02 19:41:00 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
|
|
COMMENT= Embed arbitrary windows into the Xfce panel
|
|
|
|
|
2014-01-29 15:51:57 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-06-02 19:41:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-01 20:39:09 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2015-07-15 18:02:07 +02:00
|
|
|
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce
|
2013-06-02 19:41:00 +02:00
|
|
|
USE_XORG= x11
|
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= panel
|
2013-06-02 19:41:00 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
2015-03-05 23:52:30 +01:00
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
OPTIONS_SUB= yes
|
2013-06-02 19:41:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
.if !${PORT_OPTIONS:MNLS}
|
2013-06-02 19:41:00 +02:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|