1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11-themes/mate-icon-theme/Makefile
Koop Mast 0a7668c133 Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro

* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper

Thanks to Eric Turgeon for submitting the bulk of this MATE update.

Obtained from:	gnome devel repo
2017-07-04 11:44:30 +00:00

33 lines
816 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-icon-theme
PORTVERSION= 1.18.2
CATEGORIES= x11-themes mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of icons for the MATE desktop
LICENSE= LGPL3 CC-BY-SA-3.0
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
PORTSCOUT= limitw:1,even
USES= gettext-tools gmake pkgconfig tar:xz
USE_GNOME= intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
pre-install:
@${REINPLACE_CMD} -e 's|install: install-data|install:|g' \
${WRKSRC}/po/Makefile
.include <bsd.port.mk>