PORTNAME=	xfce4-panel-profiles
PORTVERSION=	1.0.13
CATEGORIES=	x11-wm xfce
MASTER_SITES=	XFCE/apps
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Xfce's panel multiple layouts manager
WWW=		https://git.xfce.org/apps/xfce4-panel-profiles/about/

LICENSE=	GPLv3

USES=		gettext-tools gmake gnome python:3.3+ shebangfix tar:bz2 xfce
USE_GNOME=	gtk30 intltool
USE_XFCE=	panel

NO_ARCH=	yes
HAS_CONFIGURE=	yes
SHEBANG_FILES=	xfce4-panel-profiles/xfce4-panel-profiles.py \
		xfce4-panel-profiles/panelconfig.py

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes

NLS_INSTALL_TARGET=	install-locale
NLS_USES=	gettext-runtime

post-install:
	${RLN} ${STAGEDIR}${PREFIX}/share/locale ${STAGEDIR}${PREFIX}/share/${PORTNAME}/locale

.include <bsd.port.mk>
