b7f05445c0
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
46 lines
1.5 KiB
Makefile
46 lines
1.5 KiB
Makefile
PORTNAME= mate-themes
|
|
PORTVERSION= 3.22.23
|
|
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
|
|
WWW= https://mate-desktop.org/
|
|
|
|
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
|
|
|
|
LOCALES= af am an ar ar_SA as ast az be bg bn bn_IN br \
|
|
bs ca ca@valencia cmn crh cs csb cv cy da de \
|
|
de_AT de_CH dk dz ee el en en_AU en_CA en_DE \
|
|
en_GB eo es es_419 es_AR es_CL es_CO es_CR es_DO \
|
|
es_EC es_ES es_MX es_NI es_PA es_PE es_PR es_SV \
|
|
es_US es_UY es_VE et eu fa fa_IR fi fil fo fr \
|
|
fr_CA fr_FR frp fur fy ga gd gl gu gug_PY ha he \
|
|
hi hr hu hy ia id ie ig is it ja jv ka kab kk \
|
|
km kn ko ks ku ku_IQ ky la lb li lo lt lv mai \
|
|
mg mi mk ml mn mr ms mt my nah nb nds ne nl nn \
|
|
no nqo nso oc om or pa pl pl_PL pms ps pt pt_BR \
|
|
pt_PT ro ru ru_RU rw sc sco si sk sl so sq sr \
|
|
sr@Latn sr@latin sv sw ta te tg th tk tl tr ts \
|
|
tt ug uk uk_UA ur ur_PK uz uz@Latn vi wa xh yi \
|
|
yo zh zh-Hans zh_CN zh_CN.GB2312 zh_HK zh_TW \
|
|
zh_TW.Big5 zu
|
|
|
|
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>
|