blob: 1230f732ed566bca35ea843c2db523378b239bac (
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
|
# $FreeBSD$
PORTNAME= xfce4-panel-profiles
PORTVERSION= 1.0.9
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 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
post-install:
${RLN} ${STAGEDIR}${PREFIX}/share/locale ${STAGEDIR}${PREFIX}/share/${PORTNAME}/locale
.include <bsd.port.mk>
|