summaryrefslogtreecommitdiffstats
path: root/devel/clewn/Makefile
blob: d59948a2493a506811b4a38df39470240de0f301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
# $FreeBSD$

PORTNAME=	clewn
PORTVERSION=	1.14
PORTREVISION=	2
CATEGORIES=	devel editors
MASTER_SITES=	SF/${PORTNAME}/OldFiles/${PORTNAME}-${PORTVERSION}/

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

RUN_DEPENDS=	vim:editors/vim

USES=		gmake ncurses readline
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	vimdir=${PREFIX}/share/vim/vimfiles

post-patch:
	${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure

.include <bsd.port.mk>
OpenPOWER on IntegriCloud