summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-longhorninspirat-theme/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-03-01 07:55:27 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-03-01 07:55:27 +0000
commit8da571045dcdc973a2a574e6aebbea24dde9ad19 (patch)
tree2b0557c8be678e80632e1330f1692fb0237aa469 /x11-themes/gtk-longhorninspirat-theme/Makefile
parentBump PORTREV as a hint to the package cluster after discussion with kris (diff)
Add Longhorn Inspirat GTK2 theme, rework of similar Windows XP theme.
Notes
Notes: svn path=/head/; revision=130071
Diffstat (limited to 'x11-themes/gtk-longhorninspirat-theme/Makefile')
-rw-r--r--x11-themes/gtk-longhorninspirat-theme/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/x11-themes/gtk-longhorninspirat-theme/Makefile b/x11-themes/gtk-longhorninspirat-theme/Makefile
new file mode 100644
index 000000000000..842702b18897
--- /dev/null
+++ b/x11-themes/gtk-longhorninspirat-theme/Makefile
@@ -0,0 +1,52 @@
+# New ports collection makefile for: Longhorn Inspirat (gtk20 theme/master)
+# Date created: 01 Mar 2005
+# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= longhorninspirat
+PORTVERSION= 1.0
+CATEGORIES= x11-themes gnome
+MASTER_SITES= http://www.users.monornet.hu/linux/files/
+PKGNAMEPREFIX= ${TYPE}-
+PKGNAMESUFFIX= -theme
+DISTNAME= Longhorn_Inspirat
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= A port of Windows XP theme Longhorn Inspirat
+
+TYPE?= gtk
+
+THEME_NAME= "${DISTNAME:S/_/ /}"
+WRKSRC= ${WRKDIR}/${THEME_NAME}
+
+USE_BZIP2= yes
+USE_X_PREFIX= 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
+
+post-extract:
+ ${RM} -r ${WRKSRC}/gtk-2.0/.Trash-roberto
+
+do-install:
+ @${MKDIR} ${THEME_DIR}
+.if ${TYPE} == "gtk"
+ cd ${WRKSRC} && ${FIND} gtk-2.0 | \
+ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/index.theme ${THEME_DIR}
+.else
+ cd ${WRKSRC} && ${FIND} metacity-1 | \
+ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR}
+.endif
+
+.include <bsd.port.mk>