summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-aquaextremesunken-theme/Makefile
blob: e79080c57fdb40a2e857d8cbc98a5057dd103444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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=   1
CATEGORIES= x11-themes gnome
MASTER_SITES=   http://www.users.monornet.hu/linux/files/
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/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 | \
        ${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>