diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-20 16:52:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-20 16:52:55 +0800 |
commit | 910de112dce0a93c892657778e708664e0282536 (patch) | |
tree | 78787d75eb8f99a4229f84cd765a49c4405224f2 /x11-themes/metacity-theme-alloy-c/Makefile | |
parent | 8f668f753be810671ab7fe8a6593cb691f00bcf4 (diff) | |
download | freebsd-ports-gnome-910de112dce0a93c892657778e708664e0282536.tar.gz freebsd-ports-gnome-910de112dce0a93c892657778e708664e0282536.tar.zst freebsd-ports-gnome-910de112dce0a93c892657778e708664e0282536.zip |
Add metacity-theme-Alloy-C, a metallic theme for the metacity window manager.
PR: 63974
Submitted by: Remington <MrL0L@charter.net>
Diffstat (limited to 'x11-themes/metacity-theme-alloy-c/Makefile')
-rw-r--r-- | x11-themes/metacity-theme-alloy-c/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/metacity-theme-alloy-c/Makefile b/x11-themes/metacity-theme-alloy-c/Makefile new file mode 100644 index 000000000000..2be4984c4f5e --- /dev/null +++ b/x11-themes/metacity-theme-alloy-c/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Metacity theme Alloy-C +# Date created: 09 Mar 2004 +# Whom: Remington Lang <MrL0L@charter.net> +# +# $FreeBSD$ + +# Port logic stolen fron x11-themes/kde-icons-noia +# lioux@ + +PORTNAME= Alloy-C +PORTVERSION= 1.0 +CATEGORIES= x11-themes gnome +DISTNAME= MCity-Alloy-C + +MAINTAINER= MrL0L@charter.net +COMMENT= Alloy-C theme for Metacity + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +WRKSRC= ${WRKDIR}/Alloy-C + +.include "${.CURDIR}/../metacity-themes/Makefile.metacity" +.include <bsd.port.mk> |