mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
4da13b8f8e
Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
18 lines
383 B
Makefile
18 lines
383 B
Makefile
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= gnome-icons-
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
REASON= Themes may contain artwork not done by the author. \
|
|
Keep FreeBSD safe if theme author violated copyrights.
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
do-install: icon-do-install
|
|
|
|
icon-do-install:
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/
|