diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-10-24 21:40:01 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-10-24 21:40:01 +0800 |
commit | 53c27988c064fb6a6b07ab212675e5d2a3746b85 (patch) | |
tree | 8417d94fbfdbf1844aca8af7555b6a06f64dc5ce /devel/clewn/Makefile | |
parent | bca677d1fd3f6d2af4df33bd7396a40c2d4ee094 (diff) | |
download | freebsd-ports-gnome-53c27988c064fb6a6b07ab212675e5d2a3746b85.tar.gz freebsd-ports-gnome-53c27988c064fb6a6b07ab212675e5d2a3746b85.tar.zst freebsd-ports-gnome-53c27988c064fb6a6b07ab212675e5d2a3746b85.zip |
Clewn implements full gdb support in the vim editor: breakpoints,
watch variables, gdb command completion, assembly windows, etc.
Clewn is a program controlling vim through the netBeans socket interface,
it runs concurrently with vim and talks to vim.
Clewn can only be used with gvim, the graphical implementation of vim,
as vim on a terminal does not support netBeans.
WWW: http://clewn.sourceforge.net/index.html
PR: ports/128289
Submitted by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
Diffstat (limited to 'devel/clewn/Makefile')
-rw-r--r-- | devel/clewn/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/clewn/Makefile b/devel/clewn/Makefile new file mode 100644 index 000000000000..21bed3ce4b26 --- /dev/null +++ b/devel/clewn/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: clewn +# Date created: 21 Oct 2008 +# Whom: Giacomo Mariani <giacomomariani_at_yahoo_dot_it> +# +# $FreeBSD$ +# + +PORTNAME= clewn +PORTVERSION= 1.14 +CATEGORIES= devel editors +MASTER_SITES= SFE + +MAINTAINER= giacomomariani@yahoo.it +COMMENT= Clewn provides Gdb support within Vim + +RUN_DEPENDS= vim>=6.3:${PORTSDIR}/editors/vim + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |