aboutsummaryrefslogblamecommitdiff
path: root/x11-themes/metacity-themes/Makefile.metacity
blob: cfb8cabcf5b3f25749b5a6ee5fda2898ca651c42 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                               
                                                         


                      


                                                                  

           
                                                              

                                                    
                                                                     

                                                      
                                                                     
PKGNAMEPREFIX=	metacity-theme-
MASTER_SITES?=	GNOME/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} ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}
	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
		-exec ${MKDIR} -m 0755 \
		${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
	cd ${WRKSRC} && ${FIND} . -type f \
		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
		${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;