2013-05-06 08:41:15 +02:00
|
|
|
# Created by: Jens K. Loewe <bsd@tuxproject.de>
|
2012-04-18 20:39:22 +02:00
|
|
|
|
|
|
|
PORTNAME= rodent
|
2015-08-20 13:00:12 +02:00
|
|
|
PORTVERSION= 5.3.16.3
|
2020-11-09 18:08:12 +01:00
|
|
|
PORTREVISION= 2
|
2012-04-18 20:39:22 +02:00
|
|
|
CATEGORIES= x11-fm
|
2015-05-20 15:33:48 +02:00
|
|
|
MASTER_SITES= SF/xffm/${PORTVERSION}
|
2012-04-18 20:39:22 +02:00
|
|
|
|
2014-01-29 10:17:41 +01:00
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
2015-09-20 16:35:57 +02:00
|
|
|
COMMENT= Fast, small, and powerful file manager
|
2012-04-18 20:39:22 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= gawk:lang/gawk \
|
|
|
|
bash:shells/bash \
|
|
|
|
intltoolize:textproc/intltool
|
|
|
|
LIB_DEPENDS= libcairo.so:graphics/cairo \
|
2016-08-04 17:54:57 +02:00
|
|
|
libmagic.so.1:sysutils/file \
|
2016-04-01 16:33:55 +02:00
|
|
|
librfm.so:x11-fm/librfm
|
2014-04-22 15:08:17 +02:00
|
|
|
|
2019-11-08 12:21:02 +01:00
|
|
|
USES= desktop-file-utils gmake gnome libtool:keepla pkgconfig \
|
|
|
|
shebangfix tar:bzip2
|
2014-04-22 15:08:17 +02:00
|
|
|
USE_GNOME= glib20 gtk20 librsvg2 libxml2
|
2012-04-18 20:39:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-09-20 16:35:57 +02:00
|
|
|
CONFIGURE_ARGS= --docdir=${DOCSDIR}
|
2012-04-18 20:39:22 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2014-04-22 15:08:17 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-11-16 22:56:22 +01:00
|
|
|
SHEBANG_FILES= configure
|
2012-04-18 20:39:22 +02:00
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= NLS DOCS
|
2014-04-22 15:08:17 +02:00
|
|
|
OPTIONS_SUB= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-04-22 15:08:17 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2012-04-18 20:39:22 +02:00
|
|
|
|
2014-10-03 23:46:53 +02:00
|
|
|
#post-patch:
|
|
|
|
# ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
|
|
|
|
# ${WRKSRC}/Build/share/Makefile.in
|
2012-04-18 20:39:22 +02:00
|
|
|
|
2013-05-06 08:41:15 +02:00
|
|
|
.include <bsd.port.mk>
|