aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2025-02-13 13:29:49 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2025-02-13 13:31:01 +0000
commitf0636121db1a8e29d57a3f05a90e638c08846849 (patch)
tree85c0b25f5267d8a61a897fa3b3616aff1e7b7d94
parent1a7c599b4ac758b7cfb72e410a51c0574e4b36f4 (diff)
x11-themes/icons-tango: Refactor
- Remove GENTOO MASTER_SITES as it no longer provides flat layout - Add license - Pet portclippy Approved by: portmgr (blanket)
-rw-r--r--x11-themes/icons-tango/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile
index 5b8ba8f06bca..e67f650a57ca 100644
--- a/x11-themes/icons-tango/Makefile
+++ b/x11-themes/icons-tango/Makefile
@@ -1,18 +1,24 @@
PORTNAME= icons-tango
PORTVERSION= 0.8.90
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-themes
-MASTER_SITES= GENTOO
+MASTER_SITES= https://tango.freedesktop.org/releases/
DISTNAME= tango-icon-theme-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Basic set of icons for the most common usage
WWW= http://tango.freedesktop.org/
+LICENSE= UNKNOWN
+LICENSE_NAME= UNKNOWN
+LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils
-GNU_CONFIGURE= yes
+USES= gettext-tools gmake gnome magick:build pathfix pkgconfig
USE_GNOME= intlhack
-USES+= gettext-tools gmake gnome magick:build pathfix pkgconfig
+
+GNU_CONFIGURE= yes
.include <bsd.port.mk>