blob: 5a02bb7e27cf2a2060358fbab0278d1600ae004f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: metacity-bluecurve-theme
# Date created: 29 May 2005
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= metacity-bluecurve-theme
COMMENT= The Bluecurve Metacity themes
MASTERDIR= ${.CURDIR}/../bluecurve-themes
NO_BUILD= yes
USE_GNOME= gnomehier
.for t in Bluecurve Bluecurve-classic
BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/themes/${t}/metacity-1
PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t} share/themes
.endfor
.include "${MASTERDIR}/Makefile"
|