cf118ccf87
Reported by: lwhsu
30 lines
688 B
Makefile
30 lines
688 B
Makefile
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>
|