2006-12-08 23:59:44 +01:00
|
|
|
# New ports collection makefile for: gtk-murrina-fancy-clearlooks
|
|
|
|
# Date created: 2006-12-07
|
|
|
|
# Whom: pneumann@gmail.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-murrina-fancy-clearlooks
|
2007-03-07 23:47:14 +01:00
|
|
|
PORTVERSION= 0.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-12-08 23:59:44 +01:00
|
|
|
CATEGORIES= x11-themes
|
2006-12-11 20:41:44 +01:00
|
|
|
MASTER_SITES= http://home.planet.nl/~bassa052/themes/
|
2007-01-13 23:13:33 +01:00
|
|
|
DISTNAME= MurrinaFancyClearlooks_v${PORTVERSION}
|
2006-12-08 23:59:44 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2007-03-07 23:47:14 +01:00
|
|
|
WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks
|
2006-12-08 23:59:44 +01:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@(cd ${WRKSRC} && for theme in *; do \
|
|
|
|
${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
|
2007-03-07 23:47:14 +01:00
|
|
|
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;)
|
2006-12-08 23:59:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|