aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/metacity-themes/Makefile.metacity
blob: dc1f664f50830f72f3e45c25a50e0dfd581ca6fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PKGNAMEPREFIX=  metacity-theme-
MASTER_SITES?=  ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR?=    teams/art.gnome.org/themes/metacity
DIST_SUBDIR=    gnome2

NO_BUILD=   yes

REASON= Themes may contain artwork not done by the author. \
    Keep FreeBSD safe if the theme author violated copyrights.

do-install:
    ${MKDIR} ${PREFIX}/share/themes/${PORTNAME}
    cd ${WRKSRC} && ${FIND} . -type d ! -empty \
        -exec ${MKDIR} -m 0755 \
        ${PREFIX}/share/themes/${PORTNAME}/"{}" \;
    cd ${WRKSRC} && ${FIND} . -type f \
        -exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
        ${PREFIX}/share/themes/${PORTNAME}/"{}" \;