freebsd-ports/x11-themes/gtk-murrina-fancy-clearlooks/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
1 KiB
Makefile

# New ports collection makefile for: gtk-murrina-fancy-clearlooks
# Date created: 2006-12-07
# Whom: pneumann@gmail.com
#
# $FreeBSD$
#
PORTNAME= gtk-murrina-fancy-clearlooks
PORTVERSION= 0.5
PORTREVISION= 5
CATEGORIES= x11-themes
MASTER_SITES= http://home.planet.nl/~bassa052/themes/
DISTNAME= MurrinaFancyClearlooks_v${PORTVERSION}
MAINTAINER= pneumann@gmail.com
COMMENT= Murrine fancy clearlooks themes pack
BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine
RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine
WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks
USE_GNOME= gtk20
NO_BUILD= yes
do-install:
@(cd ${WRKSRC} && for theme in *; do \
${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
cd ${WRKSRC}/$$theme/gtk-2.0/ && for file in *; do\
${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/$$file ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
done\
done;)
.include <bsd.port.mk>