mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ca089c58d8
PR: 229963 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfce-evolution
|
|
DISTVERSION= 4.12.0
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= Complete Xfce Evolution Gtk2, Gtk3, Qt4, Qt5, wxWidgets, Xfce themes
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/Xfce\ Evolution/GPL-v2
|
|
|
|
RUN_DEPENDS= fontconfig>0:x11-fonts/fontconfig \
|
|
gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
|
|
qt5-style-plugins>0:x11-themes/qt5-style-plugins
|
|
|
|
USES= shebangfix zip:infozip # infozip because unzip on 10 doesn't unpack symbolic links
|
|
USE_GNOME= gtk20:build
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
SHEBANG_REGEX= 00.[0-4]0
|
|
bash_CMD= /bin/sh
|
|
|
|
EXTRACT_AFTER_ARGS= -d ${DISTNAME}
|
|
|
|
EXTRAFILES= ABOUT \
|
|
GPL-v2 \
|
|
HACKING \
|
|
HISTORY \
|
|
INSTALL
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
|
|
@cd ${WRKSRC} && \
|
|
${COPYTREE_SHARE} "Xfce*" ${STAGEDIR}${PREFIX}/share/themes
|
|
@cd ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution && ${RM} ${EXTRAFILES}
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${STAGEDIR}${PREFIX}/etc/fonts/conf.d
|
|
@${RLN} ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution/90-qt5.conf \
|
|
${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-qt5.conf
|
|
@${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-qt5.conf \
|
|
${STAGEDIR}${PREFIX}/etc/fonts/conf.d/90-qt5.conf
|
|
|
|
.include <bsd.port.mk>
|