diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 12:16:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 12:16:19 +0800 |
commit | a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8 (patch) | |
tree | c237885bf896bb64418a0eb2dc2610fe8b2cf429 /x11-themes/beastie | |
parent | f9e68d7e9767fa3d173a18668c9990aec33b7642 (diff) | |
download | marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.gz marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.bz2 marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.lz marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.xz marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.tar.zst marcuscom-ports-a11b8d573cff2cbe73288a54ef9ef3e078d7b2f8.zip |
- Clean x11-themes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5067 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/beastie')
-rw-r--r-- | x11-themes/beastie/Makefile | 56 | ||||
-rw-r--r-- | x11-themes/beastie/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/beastie/pkg-descr | 5 |
3 files changed, 0 insertions, 63 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile deleted file mode 100644 index 398e0278d..000000000 --- a/x11-themes/beastie/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: beastie -# Date created: 2005-09-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-themes/beastie/Makefile,v 1.5 2005/09/09 01:12:43 ahze Exp $ -# - -PORTNAME= beastie -PORTVERSION= 05.10.26 -CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze -DISTNAME= Beastie-${PORTVERSION} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Gnome theme with FreeBSD Colors - -WRKSRC= ${WRKDIR}/Beastie -USE_X_PREFIX= yes -NO_BUILD= yes - -THEME_FILES= README index.theme gtk-2.0/gtkrc -THEME_DIR= share/themes/Beastie/ -PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|} -PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} - -.include <bsd.port.pre.mk> - -.if exists(${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc) -WITH_GTKENGINES= yes -.endif - -.if !defined(WITHOUT_GTKENGINES) || defined(WITH_GTKENGINES) -RUN_DEPENDS+= gtk-engines2>=2.6.4:${PORTSDIR}/x11-themes/gtk-engines2 \ - gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes -.else -RUN_DEPENDS+= clearlooks>=0.6.0:${PORTSDIR}/x11-themes/clearlooks \ - clearlooks-metacity>=0.6:${PORTSDIR}/x11-themes/clearlooks-metacity -.endif - -pre-everything:: -.if !defined(WITHOUT_GTKENGINES) && !defined(WITH_GTKENGINES) - @${ECHO_MSG} "You can disable gtk-engines support (clearlooks)" - @${ECHO_MSG} "and use x11-themes/clearlooks for the clearlooks" - @${ECHO_MSG} "engine by defining" - @${ECHO_MSG} "WITHOUT_GTKENGINES=yes" -.endif - -do-install: - ${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0 -.for f in ${THEME_FILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${THEME_DIR}/${f} -.endfor - -.include <bsd.port.post.mk> diff --git a/x11-themes/beastie/distinfo b/x11-themes/beastie/distinfo deleted file mode 100644 index e66994f8b..000000000 --- a/x11-themes/beastie/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Beastie-05.10.26.tar.gz) = bede1d1a6cfa0f203d4439377a046e35 -SIZE (Beastie-05.10.26.tar.gz) = 1838 diff --git a/x11-themes/beastie/pkg-descr b/x11-themes/beastie/pkg-descr deleted file mode 100644 index 7417b74b1..000000000 --- a/x11-themes/beastie/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNOME theme with FreeBSD colors - -Author: Jeremy Messenger <mezz@FreeBSD.org> - Michael Johnson <ahze@FreeBSD.org> -WWW: http://people.freebsd.org/~ahze/Beastie/ |