freebsd-ports/x11-themes/metacity-themes/Makefile.metacity
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

18 lines
598 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} ${PREFIX}/share/gnome/themes/${PORTNAME}
cd ${WRKSRC} && ${FIND} . -type d ! -empty \
-exec ${MKDIR} -m 0755 \
${PREFIX}/share/gnome/themes/${PORTNAME}/"{}" \;
cd ${WRKSRC} && ${FIND} . -type f \
-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
${PREFIX}/share/gnome/themes/${PORTNAME}/"{}" \;