1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11/xfce4-embed-plugin/Makefile
Olivier Duchateau 5d376b8de3 Update to 1.6.0
2015-07-15 16:02:07 +00:00

34 lines
709 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= xfce4-embed-plugin
PORTVERSION= 1.6.0
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Embed arbitrary windows into the Xfce panel
LICENSE= GPLv2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce
USE_XORG= x11
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= panel
OPTIONS_DEFINE= NLS
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
.if !${PORT_OPTIONS:MNLS}
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
.endif
.include <bsd.port.mk>