diff options
author | makc <makc@FreeBSD.org> | 2013-03-20 22:26:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-20 22:26:46 +0800 |
commit | 3de30f3fd1ef2800572a0f098e3b0aa1233f8e58 (patch) | |
tree | 25054be32b29718b65e819a2890693238a4558b5 /x11-themes | |
parent | df4d37e89ad462cbbb60cc26963fa0f91a48c7c6 (diff) | |
download | freebsd-ports-graphics-3de30f3fd1ef2800572a0f098e3b0aa1233f8e58.tar.gz freebsd-ports-graphics-3de30f3fd1ef2800572a0f098e3b0aa1233f8e58.tar.zst freebsd-ports-graphics-3de30f3fd1ef2800572a0f098e3b0aa1233f8e58.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]
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/icon-naming-utils/Makefile | 15 | ||||
-rw-r--r-- | x11-themes/icons-tango/Makefile | 13 |
2 files changed, 10 insertions, 18 deletions
diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile index be2e316c186..d344d53193b 100644 --- a/x11-themes/icon-naming-utils/Makefile +++ b/x11-themes/icon-naming-utils/Makefile @@ -1,17 +1,14 @@ -# New ports collection makefile for: icon-naming-utils -# Date created: 2005-11-05 -# Whom: Phillip Neumann <pneumann@gmail.com> -# +# Created by: Phillip Neumann <pneumann@gmail.com> # $FreeBSD$ -# PORTNAME= icon-naming-utils PORTVERSION= 0.8.90 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= GENTOO MASTER_SITE_SUBDIR= distfiles -MAINTAINER= yuri.pankov@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Utilities of the Tango project BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple @@ -20,9 +17,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -pre-configure: - @ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in +USE_PKGCONFIG= build +USES+= pathfix .include <bsd.port.mk> diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index fea68932857..4c6941c5526 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> |