freebsd-ports/x11-themes/mate-icon-theme-faenza/Makefile
Koop Mast b18513c396 Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.

This update fixes the following PR's:
PR:		193942, 191885
Submitted by:	Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from:	gnome devel repo.
2015-07-27 20:19:33 +00:00

24 lines
553 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-icon-theme-faenza
PORTVERSION= 1.10.0
CATEGORIES= x11-themes mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of Faenza and Faience icons for the MATE desktop
PORTSCOUT= limitw:1,even
USES= tar:xz
NO_BUILD= yes
INSTALLS_ICONS= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
cd ${WRKSRC}; ${COPYTREE_SHARE} "matefaenza matefaenzadark matefaenzagray" \
${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>