summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile')
-rw-r--r--x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
deleted file mode 100644
index 4a8e73868..000000000
--- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: AluminumAlloy-Volcanic (gtk theme and master port)
-# Date Created: 27 August 2004
-# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aluminumalloy
-PORTVERSION?= 2004.01.04
-PORTREVISION?= 1
-CATEGORIES= x11-themes gnome
-MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/
-PKGNAMEPREFIX?= ${TYPE}-
-PKGNAMESUFFIX?= -${FLAVOR}-theme
-DISTNAME= aa_${FLAVOR}
-
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= A port of wonderful MacOS X theme Aluminum Alloy, ${FLAVOR} flavor
-
-TYPE?= gtk
-FLAVOR?= volcanic
-
-THEME_NAME= AluminumAlloy-${FLAVOR:U:C/^(.).*$/\1/g}${FLAVOR:C/^(.)//}
-WRKSRC= ${WRKDIR}/${THEME_NAME}
-
-USE_BZIP2= yes
-NO_BUILD= yes
-
-.if ${TYPE} == "gtk"
-THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME}
-PLIST_SUB+= GTK20="" METACITY="@comment "
-USE_GNOME= gtk20
-.else # metacity
-THEME_DIR= ${PREFIX}/share/gnome/themes/${THEME_NAME}
-PLIST_SUB+= GTK20="@comment " METACITY=""
-USE_GNOME= gnomehier
-.endif
-
-do-install:
- @${MKDIR} ${THEME_DIR}
-.if ${TYPE} == "gtk"
- cd ${WRKSRC} && ${FIND} gtk-2.0 -name '*[^~]' | \
- ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR}
- ${INSTALL_DATA} ${WRKSRC}/index.theme ${THEME_DIR}
-.else
- cd ${WRKSRC} && ${FIND} metacity-1 -name '*[^~]' | \
- ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR}
-.endif
-
-.include <bsd.port.mk>