diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-10-03 21:46:53 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-10-03 21:46:53 +0000 |
commit | f26c27aa84d3ba7c78e5d31cff97a04b8559a44e (patch) | |
tree | a1975b8bda03191f3aa6faed28fad2cead276e37 /x11-fm/rodent/Makefile | |
parent | 6d3721a17aef5b76c0343ef7bd391c5cae548af6 (diff) |
Upgrade rodent file manager to v5.2.9
The rodent project split the code in 3 parts, rodent itself and
two shared libraries, librfm and libtubo.
Librfm and libtubo are new ports because they evolve separately
and can be used by other ports.
PR: ports/193561
Submitted by: rodrigo
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=369939
Diffstat (limited to 'x11-fm/rodent/Makefile')
-rw-r--r-- | x11-fm/rodent/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index bb6fdc686bfc..fe9b9a4feb2b 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rodent -PORTVERSION= 4.8.0 -PORTREVISION= 3 +PORTVERSION= 5.2.9 CATEGORIES= x11-fm -MASTER_SITES= SF/xffm/${PORTVERSION}/ +MASTER_SITES= SF/xffm/rodent/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Fast, small and powerful file manager @@ -16,9 +15,10 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/japanese/gawk \ bash:${PORTSDIR}/shells/bash \ intltoolize:${PORTSDIR}/textproc/intltool LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ - libmagic.so:${PORTSDIR}/sysutils/file + libmagic.so:${PORTSDIR}/sysutils/file \ + librfm.so:${PORTSDIR}/x11-fm/librfm -USES= desktop-file-utils gmake libtool:keepla pkgconfig +USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} @@ -34,9 +34,9 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -post-patch: - ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ - ${WRKSRC}/Build/share/Makefile.in +#post-patch: +# ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ +# ${WRKSRC}/Build/share/Makefile.in .for a in ia64 powerpc sparc63 BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64 |