diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 12:45:26 +0800 | 
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 12:45:26 +0800 | 
| commit | 466fecc955c4edadfec86bb995303a05e20a36c0 (patch) | |
| tree | ba5799f0b49cd481a7d0b834a53da412ed91ba59 /x11-themes/gtk-aquaextremesunken-theme/Makefile | |
| parent | ae02cb4fcd9a5e211cbf998df8eec4521072dbe9 (diff) | |
| download | marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.gz marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.zst marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.zip  | |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-aquaextremesunken-theme/Makefile')
| -rw-r--r-- | x11-themes/gtk-aquaextremesunken-theme/Makefile | 47 | 
1 files changed, 47 insertions, 0 deletions
diff --git a/x11-themes/gtk-aquaextremesunken-theme/Makefile b/x11-themes/gtk-aquaextremesunken-theme/Makefile new file mode 100644 index 000000000..2ac071c8b --- /dev/null +++ b/x11-themes/gtk-aquaextremesunken-theme/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for:	AquaExtreme Sunken (gtk20 theme/master) +# Date created:				25 Feb 2005 +# Whom:					Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME=	aquaextremesunken +PORTVERSION=	1.0 +PORTREVISION=	2 +CATEGORIES=	x11-themes gnome +MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/ +PKGNAMEPREFIX?=	${TYPE}- +PKGNAMESUFFIX=	-theme +DISTNAME=	AquaExtremeSunken + +MAINTAINER=	danfe@FreeBSD.org +COMMENT=	A port of AquaExtreme Sunken theme + +TYPE?=		gtk + +THEME_NAME=	${DISTNAME} + +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/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 | \ +		${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>  | 
