blob: a10e03e54fa06b6c58465dfe00af18e8b67e4616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
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 gnome 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>
|