diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-02 10:37:33 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-02 10:37:33 +0800 |
commit | 36c9463580e7780408a205b390cfd09a70a5f583 (patch) | |
tree | 5fdd7b953de90399a158072493246baa0c8bf7a8 /x11-themes | |
parent | 96eb249debe4930c196f92cacfdc7e918f76e94a (diff) | |
download | marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.tar marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.tar.gz marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.tar.bz2 marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.tar.lz marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.tar.xz marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.tar.zst marcuscom-ports-36c9463580e7780408a205b390cfd09a70a5f583.zip |
X11BASE -> LOCALBASE, all gtk themes live in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6930 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-collection/Makefile | 44 | ||||
-rw-r--r-- | x11-themes/gtk-engines-collection/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gtk-engines-collection/pkg-plist | 1 |
3 files changed, 50 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile new file mode 100644 index 000000000..ffe2d9f72 --- /dev/null +++ b/x11-themes/gtk-engines-collection/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: gtk-engines-collection +# Date created: 13 June 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtk-engines-collection +PORTVERSION= 1.8 +PORTREVISION= 3 +CATEGORIES= x11-themes +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= ports@FreeBSD.org +COMMENT= The "meta-port" for the collection of several GTK+ theme engines + +RUN_DEPENDS= ${THEMESBASE}/libbuffy.so:${PORTSDIR}/x11-themes/buffy \ + ${THEMESBASE}/libclean.so:${PORTSDIR}/x11-themes/clean-theme-gtk \ + ${THEMESBASE}/libcolorstep.so:${PORTSDIR}/x11-themes/colorstep \ + ${THEMESBASE}/libengradient.so:${PORTSDIR}/x11-themes/engradient \ + ${THEMESBASE}/libflat.so:${PORTSDIR}/x11-themes/gtk-flat-theme \ + ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-themes/gnome-look \ + ${THEMESBASE}/libgtkbe.so:${PORTSDIR}/x11-themes/gtkbe \ + ${THEMESBASE}/libicegradient.so:${PORTSDIR}/x11-themes/icegradient \ + ${THEMESBASE}/libmac2.so:${PORTSDIR}/x11-themes/gtk-Mac2-theme \ + ${THEMESBASE}/libpixmap.so:${PORTSDIR}/x11-themes/gtk-engines \ + ${THEMESBASE}/libqnx.so:${PORTSDIR}/x11-themes/gtk-qn-x11-theme \ + ${THEMESBASE}/libstep.so:${PORTSDIR}/x11-themes/gtkstep \ + ${THEMESBASE}/libsteppastel.so:${PORTSDIR}/x11-themes/gtkstep-pastel \ + ${THEMESBASE}/libzenith.so:${PORTSDIR}/x11-themes/gtk-zenith-theme \ + ${THEMESBASE}/libthinice.so:${PORTSDIR}/x11-themes/thinice \ + ${THEMESBASE}/libXenoStep.so:${PORTSDIR}/x11-themes/xenostep \ + ${THEMESBASE}/libxeno.so:${PORTSDIR}/x11-themes/xenophilia \ + ${THEMESBASE}/libwhistler.so:${PORTSDIR}/x11-themes/whistlerk + +THEMESBASE= ${LOCALBASE}/lib/gtk/themes/engines + +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-engines-collection/pkg-descr b/x11-themes/gtk-engines-collection/pkg-descr new file mode 100644 index 000000000..c16ce5561 --- /dev/null +++ b/x11-themes/gtk-engines-collection/pkg-descr @@ -0,0 +1,5 @@ +Meta-port installing collection of several GTK+ theme engines intended to +improve boring look of GTK+ widgets. + +- Maxim Sobolev + <sobomax@FreeBSD.org> diff --git a/x11-themes/gtk-engines-collection/pkg-plist b/x11-themes/gtk-engines-collection/pkg-plist new file mode 100644 index 000000000..549a621fe --- /dev/null +++ b/x11-themes/gtk-engines-collection/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |