aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-panel-profiles/Makefile
blob: de961c696f6225d5373a6b5b7455a1330ff860dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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

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>