1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11-themes/clearlooks-themes-extras/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

32 lines
817 B
Makefile

# $FreeBSD$
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
NO_BUILD= yes
NO_WRKSUBDIR= yes
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>