mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
cf118ccf87
Reported by: lwhsu
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
PORTNAME= classiclooks
|
|
DISTVERSION= 1.4.4
|
|
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>
|