| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-themes/clearlooks-themes-extras/ |
Upload File : |
PORTNAME= clearlooks-themes-extras
PORTVERSION= 0.6
PORTREVISION= 8
CATEGORIES= x11-themes
MASTER_SITES= LOCAL/laszlof
DISTNAME= Clearlooks-Big_Pack-${PORTVERSION}.x
MAINTAINER= ports@FreeBSD.org
COMMENT= Extras colour schemes for Clearlooks engine theme
WWW= http://www.kernow-webhosting.com/~bvc/theme/gtk/clearlooks/
NO_BUILD= yes
NO_WRKSUBDIR= yes
USES= gnome
USE_GNOME= gtk20
THEME_DIR= ${PREFIX}/share/themes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc) || defined(WITH_GTKENGINE)
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:x11-themes/gtk-engines2
.else
RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libclearlooks.so:x11-themes/clearlooks
.endif
do-install:
${MKDIR} ${STAGEDIR}${THEME_DIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} Clearlooks\* ${STAGEDIR}${THEME_DIR}
.include <bsd.port.post.mk>