summaryrefslogtreecommitdiff
path: root/x11-themes/classiclooks/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-02-04 13:23:11 +0000
committerSteve Wills <swills@FreeBSD.org>2020-02-04 13:23:11 +0000
commit0203b741c008e04926347a0e4a1c15f827127710 (patch)
tree7dce8c22d293de5fc76813cafc05a1cde8e7b001 /x11-themes/classiclooks/Makefile
parentlang/coffeescript: update 2.5.0 to 2.5.1 (diff)
x11-themes/xfce-evolution: rename to x11-themes/classiclooks
The project was renamed upstream PR: 243465 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Notes
Notes: svn path=/head/; revision=525159
Diffstat (limited to 'x11-themes/classiclooks/Makefile')
-rw-r--r--x11-themes/classiclooks/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/classiclooks/Makefile b/x11-themes/classiclooks/Makefile
new file mode 100644
index 000000000000..20b9a656e6b5
--- /dev/null
+++ b/x11-themes/classiclooks/Makefile
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+PORTNAME= classiclooks
+DISTVERSION= 1.4.2
+CATEGORIES= x11-themes
+MASTER_SITES= SF/${PORTNAME}
+
+MAINTAINER= fbsd@opal.com
+COMMENT= Retro theme providing a consistent look for all standard GUI toolkits
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+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 gnome zip
+USE_GNOME= gtk20
+
+NO_BUILD= yes
+NO_ARCH= yes
+SHEBANG_REGEX= 00.[0-4]0
+bash_CMD= /bin/sh
+
+EXTRACT_AFTER_ARGS= -d ${DISTNAME}
+
+EXTRADIRS= TOOLS/SETUP
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
+ @cd ${WRKSRC} && \
+ ${COPYTREE_SHARE} "ClassicLooks*" ${STAGEDIR}${PREFIX}/share/themes
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${STAGEDIR}${PREFIX}/etc/fonts/conf.d
+ @${CP} ${STAGEDIR}${PREFIX}/share/themes/ClassicLooks/TOOLS/SETUP/lib/90-classiclooks_qt5fontfix.conf \
+ ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-classiclooks_qt5fontfix.conf
+ @${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-classiclooks_qt5fontfix.conf \
+ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/90-classiclooks_qt5fontfix.conf
+ @cd ${STAGEDIR}${PREFIX}/share/themes/ClassicLooks && ${RM} -r ${EXTRADIRS}
+
+.include <bsd.port.mk>