diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-02-13 13:00:51 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-02-13 13:31:00 +0000 |
commit | 1a7c599b4ac758b7cfb72e410a51c0574e4b36f4 (patch) | |
tree | a900bc146d11602dd273bebead5136bb1fe40c2f | |
parent | graphics/exiv2: Update to 0.28.4 (diff) |
x11-themes/icon-naming-utils: Refactor
- Remove GENTOO MASTER_SITES as it no longer provides flat layout
- Add license
- Pet portfmt
Approved by: portmgr (blanket)
-rw-r--r-- | x11-themes/icon-naming-utils/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile index 9d46497a53db..acab431df0d8 100644 --- a/x11-themes/icon-naming-utils/Makefile +++ b/x11-themes/icon-naming-utils/Makefile @@ -1,17 +1,20 @@ PORTNAME= icon-naming-utils PORTVERSION= 0.8.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes -MASTER_SITES= GENTOO +MASTER_SITES= https://tango.freedesktop.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities of the Tango project WWW= http://tango-project.org/ +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple -USES= pathfix pkgconfig perl5 gmake +USES= gmake pathfix perl5 pkgconfig GNU_CONFIGURE= yes NO_ARCH= yes |