blob: f7d55f80bf28d75a67bcc90263995951040353b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
# $FreeBSD$
PORTNAME= clewn
PORTVERSION= 1.14
PORTREVISION= 1
CATEGORIES= devel editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= giacomomariani@yahoo.it
COMMENT= Clewn provides Gdb support within Vim
RUN_DEPENDS= vim:${PORTSDIR}/editors/vim
USES= gmake readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles
.include <bsd.port.mk>
|