diff options
-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 |