diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-30 13:30:12 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-30 13:30:12 +0000 |
commit | 51c69fad3ae50709ce3b70dad0251c46ca0e1b27 (patch) | |
tree | f6a11e3490518151fbaa3011564198471d5a50c4 /x11-themes/icon-bluecurve-theme | |
parent | daac81028d933c4acfcaf90a4c825713ad096a6d (diff) | |
download | ports-51c69fad3ae50709ce3b70dad0251c46ca0e1b27.tar.gz ports-51c69fad3ae50709ce3b70dad0251c46ca0e1b27.zip |
Notes
Diffstat (limited to 'x11-themes/icon-bluecurve-theme')
-rw-r--r-- | x11-themes/icon-bluecurve-theme/Makefile | 35 | ||||
-rw-r--r-- | x11-themes/icon-bluecurve-theme/pkg-descr | 7 |
2 files changed, 42 insertions, 0 deletions
diff --git a/x11-themes/icon-bluecurve-theme/Makefile b/x11-themes/icon-bluecurve-theme/Makefile new file mode 100644 index 000000000000..19a4cb54273c --- /dev/null +++ b/x11-themes/icon-bluecurve-theme/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: icon-bluecurve-theme +# Date created: 29 May 2005 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= icon-bluecurve-theme + +COMMENT= The Bluecurve icon set + +BUILD_DEPENDS= icon-slicer:${PORTSDIR}/graphics/icon-slicer + +MASTERDIR= ${.CURDIR}/../bluecurve-themes + +BUILD_WRKSRC= ${WRKSRC}/art/icon/Bluecurve/sheets +BC_HIERS= ${BUILD_WRKSRC}/Bluecurve:${PREFIX}/share/icons/Bluecurve + +do-build: + ${MKDIR} ${BUILD_WRKSRC}/Bluecurve +.for t in added apps dialogs emblems files stock ooo + ${LOCALBASE}/bin/icon-slicer \ + --output-dir=${BUILD_WRKSRC}/Bluecurve \ + --image-dir=${BUILD_WRKSRC} \ + ${BUILD_WRKSRC}/icons-${t}.icontheme +.endfor + ${MKDIR} ${BUILD_WRKSRC}/Bluecurve/36x36/apps + ${CP} -f ${BUILD_WRKSRC}/gnome-spinner*.png ${BUILD_WRKSRC}/Bluecurve/36x36/apps + ${CP} -f ${WRKSRC}/art/icon/Bluecurve/index.theme ${BUILD_WRKSRC}/Bluecurve + +pre-install: + @${ECHO_CMD} "@dirrm share/icons/Bluecurve" >> ${PLIST} + @${ECHO_CMD} "@unexec rmdir %D/share/icons 2>/dev/null || true" >> ${PLIST} + +.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/icon-bluecurve-theme/pkg-descr b/x11-themes/icon-bluecurve-theme/pkg-descr new file mode 100644 index 000000000000..38100ce33541 --- /dev/null +++ b/x11-themes/icon-bluecurve-theme/pkg-descr @@ -0,0 +1,7 @@ +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 icon set. + +- Jean-Yves Lefort +jylefort@FreeBSD.org |