1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11-themes/mate-themes/Makefile
Koop Mast 2ab1cc5285 Minor MATE 1.18 update.
Apart from version updates, the highlights are:
 * fix orphaned file issues in atril/atril-lite.
 * Add licenses where required.
 * make sure the mime xml gets installed in mate-control-center.
 * regen the m-c-c patch, with make makepatch.
2017-10-14 20:51:48 +00:00

36 lines
913 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-themes
PORTVERSION= 3.22.14
CATEGORIES= x11-themes mate
MASTER_SITES= MATE/themes/${PORTVERSION:R}/
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of themes and icons for MATE
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \
gtk-murrine-engine>=0.98:x11-themes/gtk-murrine-engine
PORTSCOUT= limit:^${PORTVERSION:R:S|.|\.|}\.*$$
USES= gettext gmake localbase pathfix pkgconfig tar:xz
USE_GNOME= gtk20 intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
LOCALES= as ast bn_IN ca@valencia cmn crh dz es_CO fur fy \
hy kk ky mai mg mr nds oc si sr@latin te ug xh zh_HK
post-install:
.for l in ${LOCALES}
@${RMDIR} ${STAGEDIR}${PREFIX}/share/locale/${l}/LC_MESSAGES
@${RMDIR} ${STAGEDIR}${PREFIX}/share/locale/${l}
.endfor
.include <bsd.port.mk>