aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-murrina-fancy-clearlooks/Makefile
blob: 0879dc02c42a01c7d257dccaa6c6222761b33375 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.4
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; \
        ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/gtkrc ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
        ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/panel_bg.png ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
    done);

.include <bsd.port.mk>