diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-02 20:19:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-02 20:19:17 +0000 |
commit | 59858c7331e5815670a8a607830be89337a9a810 (patch) | |
tree | 7bb13be5826c9a74e107c2073861e77ee4914530 /x11-themes | |
parent | bb1aaeec422037b575eef4ea4de0505363ca1267 (diff) | |
download | ports-59858c7331e5815670a8a607830be89337a9a810.tar.gz ports-59858c7331e5815670a8a607830be89337a9a810.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gnome-icons-lila/Makefile | 34 | ||||
-rw-r--r-- | x11-themes/gnome-icons-lila/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gnome-icons-lila/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/gnome-icons/Makefile | 3 |
5 files changed, 42 insertions, 1 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 395ec93136ca..57cfc8195224 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -25,6 +25,7 @@ SUBDIR += gnome-icons-crystal SUBDIR += gnome-icons-gentoo-test SUBDIR += gnome-icons-iris + SUBDIR += gnome-icons-lila SUBDIR += gnome-icons-noia-full SUBDIR += gnome-icons-noia-warm SUBDIR += gnome-icons-refined diff --git a/x11-themes/gnome-icons-lila/Makefile b/x11-themes/gnome-icons-lila/Makefile new file mode 100644 index 000000000000..bf0b04921e26 --- /dev/null +++ b/x11-themes/gnome-icons-lila/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: Gnome iconset Lila +# Date created: 2 Feb 2005 +# Whom: Filippo Natali <filippo@widestore.net> +# +# $FreeBSD$ +# + +# Port logic gratuitously stolen from x11-themes/kde-icons-noia by +# lioux@. If it's not defined here and you think it should be, check +# x11-themes/gnome-icons/bsd.gnome-icons.mk for it. + +PORTNAME= lila +PORTVERSION= 0.6.2 +CATEGORIES= x11-themes gnome +MASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ +DISTNAME= ${PORTNAME}-gnome-${PORTVERSION} + +MAINTAINER= filippo@widestore.net +COMMENT= Lila Icons for Gnome + +NO_PACKAGE= ${REASON} +NO_CDROM= ${REASON} +RESTRICTED= ${REASON} + +USE_BZIP2= yes +WRKSRC= "${WRKDIR}" + +post-extract: + @${MV} ${WRKDIR}/${PORTNAME}-gnome/Lila ${WRKDIR}; \ + ${MV} ${WRKDIR}/LICENSE ${WRKSRC}; \ + ${MV} ${WRKDIR}/COPYRIGHT ${WRKSRC} + +.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" +.include <bsd.port.mk> diff --git a/x11-themes/gnome-icons-lila/distinfo b/x11-themes/gnome-icons-lila/distinfo new file mode 100644 index 000000000000..c84609f4928d --- /dev/null +++ b/x11-themes/gnome-icons-lila/distinfo @@ -0,0 +1,2 @@ +MD5 (lila-gnome-0.6.2.tar.bz2) = a43e07e6308d70d1803bbd21c7305a32 +SIZE (lila-gnome-0.6.2.tar.bz2) = 1513917 diff --git a/x11-themes/gnome-icons-lila/pkg-descr b/x11-themes/gnome-icons-lila/pkg-descr new file mode 100644 index 000000000000..cc90182c7ea1 --- /dev/null +++ b/x11-themes/gnome-icons-lila/pkg-descr @@ -0,0 +1,3 @@ +The Lila iconset for Gnome + +WWW: http://lila-theme.uni.cc diff --git a/x11-themes/gnome-icons/Makefile b/x11-themes/gnome-icons/Makefile index 0db78a24c3e8..1a48993024b1 100644 --- a/x11-themes/gnome-icons/Makefile +++ b/x11-themes/gnome-icons/Makefile @@ -30,7 +30,8 @@ RUN_DEPENDS= ${X11BASE}/share/icons/AquaFusion/index.theme:${PORTSDIR}/x11-theme ${X11BASE}/share/icons/Slick/index.theme:${PORTSDIR}/x11-themes/gnome-icons-slick \ ${X11BASE}/share/icons/Snow-Apple/index.theme:${PORTSDIR}/x11-themes/gnome-icons-snow-apple \ ${X11BASE}/share/icons/stylish/index.theme:${PORTSDIR}/x11-themes/gnome-icons-stylish \ - ${X11BASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south + ${X11BASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south \ + ${X11BASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila NO_BUILD= yes |