2013-09-21 01:54:03 +02:00
|
|
|
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
2005-05-30 15:30:12 +02:00
|
|
|
# $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
|
2007-10-25 01:37:25 +02:00
|
|
|
BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/themes/${t}/metacity-1
|
|
|
|
PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t} share/themes
|
2005-05-30 15:30:12 +02:00
|
|
|
.endfor
|
|
|
|
|
2013-09-21 01:54:03 +02:00
|
|
|
NO_STAGE= yes
|
2005-05-30 15:30:12 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|