mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
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:
parent
494efd70ec
commit
81f065d19b
1 changed files with 7 additions and 4 deletions
|
@ -1,21 +1,24 @@
|
||||||
PORTNAME= icons-tango-extras
|
PORTNAME= icons-tango-extras
|
||||||
PORTVERSION= 0.1.0
|
PORTVERSION= 0.1.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= x11-themes
|
CATEGORIES= x11-themes
|
||||||
MASTER_SITES= http://tango.freedesktop.org/releases/ \
|
MASTER_SITES= https://tango.freedesktop.org/releases/
|
||||||
GENTOO
|
|
||||||
DISTNAME= tango-icon-theme-extras-${PORTVERSION}
|
DISTNAME= tango-icon-theme-extras-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Extra set of icons from the Tango project
|
COMMENT= Extra set of icons from the Tango project
|
||||||
WWW= http://tango-project.org/
|
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 \
|
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \
|
||||||
${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango
|
${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
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USES= gmake gnome magick:build pkgconfig
|
USES= gmake gnome magick:build pkgconfig
|
||||||
USE_GNOME= intlhack
|
USE_GNOME= intlhack
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue