aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/vide/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 22:25:05 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 22:25:05 +0000
commit552aef967333c06c5120c84cbdc53184b32c566c (patch)
tree41d6282b4500d48cc1a4e3db4fdfea6eeabfa551 /x11-fm/vide/Makefile
parenta18646a21e3ff1eecf908859befd4ce437e62021 (diff)
downloadports-552aef967333c06c5120c84cbdc53184b32c566c.tar.gz
ports-552aef967333c06c5120c84cbdc53184b32c566c.zip
Add vide, a simple filemanager with vi-like keybindings.
PR: 18649 Submitted by: Colman Reilly <careilly@thecia.ie>
Notes
Notes: svn path=/head/; revision=29480
Diffstat (limited to 'x11-fm/vide/Makefile')
-rw-r--r--x11-fm/vide/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-fm/vide/Makefile b/x11-fm/vide/Makefile
new file mode 100644
index 000000000000..e5a9677b993a
--- /dev/null
+++ b/x11-fm/vide/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: vide
+# Date created: May 17 2000
+# Whom: careilly
+#
+# $FreeBSD$
+#
+
+PORTNAME= vide
+PORTVERSION= 0.2.6
+CATEGORIES= x11-fm
+MASTER_SITES= http://vide.sourceforge.net/
+
+MAINTAINER= careilly@thecia.ie
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+CFLAGS+= -DHAVE_SYS_PARAM_H
+MANCOMPRESSED= yes
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>