summaryrefslogtreecommitdiffstats
path: root/x11-themes/beastie/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-themes/beastie/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/beastie/Makefile')
-rw-r--r--x11-themes/beastie/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile
deleted file mode 100644
index f2940cdb2..000000000
--- a/x11-themes/beastie/Makefile
+++ /dev/null
@@ -1,40 +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.9 2006/05/03 22:58:28 ahze Exp $
-#
-
-PORTNAME= beastie
-PORTVERSION= 06.05.03
-PORTREVISION= 1
-CATEGORIES= x11-themes
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://people.freebsd.org/~ahze/distfiles/
-MASTER_SITE_SUBDIR= ahze
-DISTNAME= Beastie-${PORTVERSION}
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= Gnome theme with FreeBSD Colors
-
-RUN_DEPENDS+= gtk-engines2>=2.7.4_1:${PORTSDIR}/x11-themes/gtk-engines2 \
- gnome-themes>=2.11.91:${PORTSDIR}/x11-themes/gnome-themes
-
-WRKSRC= ${WRKDIR}/Beastie
-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>
-
-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>