head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.26;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.09.04.06.57.36;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.06.09.03.16;	author ak;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.01.05.25.30;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.18.18.39.22;	author crees;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	rodent
# Date created:				16 March 2012
# Whom:					Jens K. Loewe <bsd@@tuxproject.de>
#
# $FreeBSD: head/x11-fm/rodent/Makefile 303640 2012-09-04 06:57:36Z linimon $
#

PORTNAME=	rodent
PORTVERSION=	4.8.0
CATEGORIES=	x11-fm
MASTER_SITES=	SF/xffm/${PORTVERSION}/

MAINTAINER=	bsd@@tuxproject.de
COMMENT=	A fast, small and powerful file manager

LICENSE=	GPLv3

BUILD_DEPENDS=	gawk:${PORTSDIR}/japanese/gawk \
		bash:${PORTSDIR}/shells/bash \
		intltoolize:${PORTSDIR}/textproc/intltool
LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2 \
		glib-2:${PORTSDIR}/devel/glib20 \
		cairo:${PORTSDIR}/graphics/cairo \
		rsvg-2:${PORTSDIR}/graphics/librsvg2 \
		gtk-x11-2:${PORTSDIR}/x11-toolkits/gtk20 \
		magic:${PORTSDIR}/sysutils/file

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--docdir=${DOCSDIR}
USE_GMAKE=	yes
USE_LDCONFIG=	yes
INSTALLS_ICONS=	yes

PORTDOCS=	*

MAN1=		fgr.1

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
PLIST_SUB+=	NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=	NLS="@@comment "
.endif

post-patch:
	${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
		${WRKSRC}/Build/share/Makefile.in

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN=		Does not compile on ia64, powerpc, or sparc64
.endif

.include <bsd.port.post.mk>
@


1.4
log
@SVN rev 303640 on 2012-09-04 06:57:36Z by linimon

Mark as broken on powerpc and sparc64 (and, presumably, ia64).

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 4.8.0 [1]
- Remove ABI version numbers in LIB_DEPENDS

PR:	ports/169503 [1]
Submitted by:	Jens K. Loewe <bsd@@tuxproject.de> (maintainer)
@
text
@d50 7
a56 1
.include <bsd.port.mk>
@


1.2
log
@- update png to 1.5.10
@
text
@d9 1
a9 2
PORTVERSION=	4.7.4
PORTREVISION=	1
d22 2
a23 2
		glib-2.0.0:${PORTSDIR}/devel/glib20 \
		cairo.2:${PORTSDIR}/graphics/cairo \
d26 1
a26 1
		magic.1:${PORTSDIR}/sysutils/file
@


1.1
log
@Rodent is a fast, small and powerful file manager for the
GNU operating system (but it also works in BSD). That's one
way to look at it. Another way is to call it a graphic shell
(that's probably more accurate).

* Rodent wastes no space on menus or function buttons (display
  real estate is too valuable).
* All functionality is available through popup menu or keyboard
  action.
* Popup menu is context sensitive.
* Full lpterminal is available from keyboard.
* Functionality is extendible via plugin technology.

WWW: http://xffm.org/

PR:		ports/166191
Submitted by:	Jens K. Loewe <bsd@@tuxproject.de>
@
text
@d10 1
@

