x11-themes/icons-tango-extras: Refactor

- Remove GENTOO MASTER_SITES as it no longer provides flat layout
- Change site to https
- Add LICENSE CC-BY-SA-2.5
- Pet portclippy
This commit is contained in:
Muhammad Moinur Rahman 2024-12-27 08:03:05 +01:00
parent 494efd70ec
commit 81f065d19b
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -1,21 +1,24 @@
PORTNAME= icons-tango-extras
PORTVERSION= 0.1.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= x11-themes
MASTER_SITES= http://tango.freedesktop.org/releases/ \
GENTOO
MASTER_SITES= https://tango.freedesktop.org/releases/
DISTNAME= tango-icon-theme-extras-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extra set of icons from the Tango project
WWW= http://tango-project.org/
LICENSE= CC-BY-SA-2.5
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \
${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango
RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango
GNU_CONFIGURE= yes
USES= gmake gnome magick:build pkgconfig
USE_GNOME= intlhack
GNU_CONFIGURE= yes
.include <bsd.port.mk>