diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:31:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:31:05 +0800 |
commit | 040a2a9c9b0a5067e586cc9ffed7e58dbe564747 (patch) | |
tree | b47666683ee94481c99b094f9f1b3f97e38ffb03 /x11-themes | |
parent | bb0f52e50a73b2682e32a5178f99141f07850297 (diff) | |
download | marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.tar marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.tar.gz marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.tar.bz2 marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.tar.lz marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.tar.xz marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.tar.zst marcuscom-ports-040a2a9c9b0a5067e586cc9ffed7e58dbe564747.zip |
xmms still living in X11BASE, so add PREFIX=${X11BASE} to fix the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7375 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xmms-bluecurve-theme/Makefile | 29 | ||||
-rw-r--r-- | x11-themes/xmms-bluecurve-theme/pkg-descr | 9 |
2 files changed, 38 insertions, 0 deletions
diff --git a/x11-themes/xmms-bluecurve-theme/Makefile b/x11-themes/xmms-bluecurve-theme/Makefile new file mode 100644 index 000000000..f0f43adf7 --- /dev/null +++ b/x11-themes/xmms-bluecurve-theme/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xmms-bluecurve-theme +# Date created: 29 May 2005 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xmms-bluecurve-theme +PORTREVISION= 1 + +COMMENT= The Bluecurve XMMS skin + +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \ + unzip:${PORTSDIR}/archivers/unzip + +MASTERDIR= ${.CURDIR}/../bluecurve-themes + +NO_BUILD= yes + +PREFIX= ${X11BASE} + +SKIN= Bluecurve-xmms.zip +PLIST_FILES= share/xmms/Skins/${SKIN} + +do-install: + ${MKDIR} ${PREFIX}/share/xmms/Skins + ${INSTALL_DATA} ${WRKSRC}/art/xmms/${SKIN} ${PREFIX}/share/xmms/Skins + +.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/xmms-bluecurve-theme/pkg-descr b/x11-themes/xmms-bluecurve-theme/pkg-descr new file mode 100644 index 000000000..8a469f3eb --- /dev/null +++ b/x11-themes/xmms-bluecurve-theme/pkg-descr @@ -0,0 +1,9 @@ +Bluecurve is a set of themes created by the Red Hat Artwork project. +It attempts to provide an unified look for the open source desktop. + +This port contains the Bluecurve XMMS skin. + +WWW: http://fedora.redhat.com/projects/artwork/ + +- Jean-Yves Lefort +jylefort@FreeBSD.org |