aboutsummaryrefslogtreecommitdiff
path: root/devel/clewn/Makefile
blob: 15945dddcc5b4f6c4e97e57680a6672d4e9ce217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/

MAINTAINER=	giacomomariani@yahoo.it
COMMENT=	Clewn provides Gdb support within Vim

RUN_DEPENDS=	vim>=6.3:${PORTSDIR}/editors/vim

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	vimdir=${PREFIX}/share/vim/vimfiles
USE_GMAKE=	yes

.include <bsd.port.mk>