freebsd-ports/devel/clewn/Makefile
Thomas Abthorpe 560c176946 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>
2008-10-24 13:40:01 +00:00

21 lines
416 B
Makefile

# 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>