1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/clewn/Makefile
2021-04-06 16:31:07 +02:00

22 lines
523 B
Makefile

# Created by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
PORTNAME= clewn
PORTVERSION= 1.14
PORTREVISION= 3
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>