aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-bluecurve-theme/Makefile
blob: 180578e0901c9f2411855cfbb6b1777e7ebf8028 (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
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gnome-bluecurve-theme

PORTREVISION=   4

COMMENT=    The Bluecurve GNOME meta-theme

RUN_DEPENDS=    ${LOCALBASE}/share/themes/Bluecurve/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gtk-bluecurve-theme \
        ${LOCALBASE}/share/icons/Bluecurve/index.theme:${PORTSDIR}/x11-themes/icon-bluecurve-theme \
        ${LOCALBASE}/share/themes/Bluecurve/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-bluecurve-theme

MASTERDIR=  ${.CURDIR}/../bluecurve-themes

NO_BUILD=   yes
PLIST_FILES=    share/themes/Bluecurve/index.theme

NO_STAGE=   yes
do-install:
    ${MKDIR} ${PREFIX}/share/themes/Bluecurve
    ${INSTALL_DATA} ${WRKSRC}/art/index.theme ${PREFIX}/share/themes/Bluecurve

.include "${MASTERDIR}/Makefile"