freebsd-ports/x11-themes/metacity-themes/Makefile.metacity
Sunpoet Po-Chuan Hsieh c4f551e85e - Support STAGEDIR
PR:		ports/183915
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>
2013-11-15 17:55:22 +00:00

18 lines
613 B
Text

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} ${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}/"{}" \;