2fa063ec79
window manager themes. PR: 63977 Submitted by: Remington <MrL0L@charter.net>
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# New ports collection makefile for: GNOME Metacity Themes
|
|
# Date created: 06 Mar 2004
|
|
# Whom: Remington Lang <MrL0L@charter.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
# Port logic stolen from x11-themes/kde-icons-noia by
|
|
# lioux@.
|
|
|
|
PORTNAME= metacity-themes
|
|
PORTVERSION= 20040306
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= # Empty
|
|
DISTFILES= # Empty
|
|
EXTRACT_ONLY= # Empty
|
|
|
|
MAINTAINER= MrL0L@charter.net
|
|
COMMENT= Meta-port for Gnome Metacity themes
|
|
|
|
RUN_DEPENDS= ${X11BASE}/share/gnome/themes/6nome/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-6nome \
|
|
${X11BASE}/share/gnome/themes/Aero/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-aero \
|
|
${X11BASE}/share/gnome/themes/Alloy-C/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-alloy-c \
|
|
${X11BASE}/share/gnome/themes/Hacked-2/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-hacked-2 \
|
|
${X11BASE}/share/gnome/themes/Iridium-rounded/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-iridium-rounded
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # Empty
|
|
|
|
.include <bsd.port.mk>
|