mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add emelfm2 0.0.3,
the gtk2 port of emelfm, a fast graphical filemanager. PR: 58819 Submitted by: Marcus von Appen
This commit is contained in:
parent
0b8d74f758
commit
8ce0f9ca47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95279
@ -7,6 +7,7 @@
|
||||
SUBDIR += binder
|
||||
SUBDIR += cfm
|
||||
SUBDIR += dfm
|
||||
SUBDIR += emelfm2
|
||||
SUBDIR += endeavour
|
||||
SUBDIR += ezfm
|
||||
SUBDIR += filerunner
|
||||
|
38
x11-fm/emelfm2/Makefile
Normal file
38
x11-fm/emelfm2/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: emelfm2
|
||||
# Date created: 01 Novemeber 2003
|
||||
# Whom: Marcus von Appen
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= emelfm2
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://dasui.prima.de/~tooar/
|
||||
|
||||
MAINTAINER= mva@sysfault.org
|
||||
COMMENT= The gtk2 port of emelfm, a fast graphical filemanager
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.3
|
||||
USE_GETOPT_LONG=yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAKE_ENV= CC=${CC} LDLIBS="${LDFLAGS}" DOCSDIR="${DOCSDIR}"
|
||||
|
||||
PLUGINDIR= ${WRKSRC}/objs/plugins
|
||||
PLUGINS= cdburner.so clone.so copy_to_clipboard.so du.so for_each.so \
|
||||
glob.so pack.so rename_ext.so sort_by_ext.so unpack.so view.so
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
do-install::
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
.for pfile in ${PLUGINS}
|
||||
@${MKDIR} ${PREFIX}/lib/emelfm2/plugins
|
||||
${INSTALL_PROGRAM} ${PLUGINDIR}/${pfile} ${PREFIX}/lib/emelfm2/plugins
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-fm/emelfm2/distinfo
Normal file
1
x11-fm/emelfm2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (emelfm2-0.0.3.tar.gz) = 49eef9bef23f5e6913efe62bf5c3863f
|
19
x11-fm/emelfm2/files/patch-Makefile.config
Normal file
19
x11-fm/emelfm2/files/patch-Makefile.config
Normal file
@ -0,0 +1,19 @@
|
||||
--- Makefile.config.orig Mon Nov 24 21:59:28 2003
|
||||
+++ Makefile.config Sun Dec 7 19:07:56 2003
|
||||
@@ -5,13 +5,13 @@
|
||||
BIN_DIR = $(PREFIX)/bin
|
||||
endif
|
||||
PLUGINS_DIR = $(PREFIX)/lib/emelfm2/plugins/
|
||||
-DOC_DIR = $(PREFIX)/share/doc/emelfm2/
|
||||
+DOC_DIR = $(DOCSDIR)
|
||||
ICON_DIR = $(PREFIX)/share/pixmaps/
|
||||
|
||||
-CC = gcc
|
||||
+CC ?= gcc
|
||||
|
||||
#CFLAGS = -O2 -Wall
|
||||
-CFLAGS = -Wall
|
||||
+CFLAGS ?= -Wall
|
||||
|
||||
# setting DEBUG to 0/1 turns debugging off/on
|
||||
DEBUG ?= 0
|
7
x11-fm/emelfm2/pkg-descr
Normal file
7
x11-fm/emelfm2/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This is a port of emelFM2. emelFM2 is a file manager that
|
||||
implements the popular two-pane design. It features a
|
||||
simple GTK+2 interface, a flexible file typing scheme,
|
||||
and a built-in command line for executing commands
|
||||
without opening a xterm.
|
||||
|
||||
WWW: http://freshmeat.net/projects/emelfm2
|
24
x11-fm/emelfm2/pkg-plist
Normal file
24
x11-fm/emelfm2/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
bin/emelfm2
|
||||
lib/emelfm2/plugins/cdburner.so
|
||||
lib/emelfm2/plugins/clone.so
|
||||
lib/emelfm2/plugins/copy_to_clipboard.so
|
||||
lib/emelfm2/plugins/du.so
|
||||
lib/emelfm2/plugins/for_each.so
|
||||
lib/emelfm2/plugins/glob.so
|
||||
lib/emelfm2/plugins/pack.so
|
||||
lib/emelfm2/plugins/rename_ext.so
|
||||
lib/emelfm2/plugins/sort_by_ext.so
|
||||
lib/emelfm2/plugins/unpack.so
|
||||
lib/emelfm2/plugins/view.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GPL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PLUGINS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SPEC
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/emelfm2/plugins
|
||||
@dirrm lib/emelfm2
|
Loading…
Reference in New Issue
Block a user