mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
23 lines
535 B
Makefile
23 lines
535 B
Makefile
# 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>
|