aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/icons-tango
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-20 14:26:46 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-20 14:26:46 +0000
commit8ad9fd338e18c7333c669841ecb1cc31204644a7 (patch)
tree25054be32b29718b65e819a2890693238a4558b5 /x11-themes/icons-tango
parent10b8e2ee8d14c6f2b4d637a39e3c03d891a0217a (diff)
downloadports-8ad9fd338e18c7333c669841ecb1cc31204644a7.tar.gz
ports-8ad9fd338e18c7333c669841ecb1cc31204644a7.zip
Reset maintainership at maitainer request [1] and while I'm here:
- convert to new options, USES, etc. - pet portlint - trim Makefile header - mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update) Submitted by: Yuri Pankov (via mail) [1]
Notes
Notes: svn path=/head/; revision=314736
Diffstat (limited to 'x11-themes/icons-tango')
-rw-r--r--x11-themes/icons-tango/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile
index fea68932857e..4c6941c55269 100644
--- a/x11-themes/icons-tango/Makefile
+++ b/x11-themes/icons-tango/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: icons-tango
-# Date created: 2005-11-05
-# Whom: Phillip Neumann <pneumann@gmail.com>
-#
+# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
-#
PORTNAME= icons-tango
PORTVERSION= 0.8.90
@@ -13,8 +9,8 @@ MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
DISTNAME= tango-icon-theme-${PORTVERSION}
-MAINTAINER= yuri.pankov@gmail.com
-COMMENT= A basic set of icons for the most common usage
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Basic set of icons for the most common usage
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/icon-naming-utils \
Magick-config:${PORTSDIR}/graphics/ImageMagick
@@ -22,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/ico
GNU_CONFIGURE= yes
USE_GZIP= yes
USE_GMAKE= yes
-USE_GNOME= intlhack gnomehack
+USE_GNOME= intlhack
+USES+= pathfix
INSTALLS_ICONS= yes
.include <bsd.port.mk>