freebsd-ports/x11-wm/xfce4-panel-profiles/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

27 lines
638 B
Makefile

# $FreeBSD$
PORTNAME= xfce4-panel-profiles
PORTVERSION= 1.0.8
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
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
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>