mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
51c69fad3a
maintainership [1] - Add bluecurve-themes - Add cursor-bluecurve-theme - Add gnome-bluecurve-theme - Add icon-bluecurve-theme - Add metacity-bluecurve-theme - Add xmms-bluecurve-theme Approved by: former maintainer [1]
23 lines
551 B
Makefile
23 lines
551 B
Makefile
# 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/gnome/themes/${t}/metacity-1
|
|
PLIST_DIRS+= share/gnome/themes/${t}/metacity-1 share/gnome/themes/${t}
|
|
.endfor
|
|
|
|
.include "${MASTERDIR}/Makefile"
|