1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/clewn/Makefile
Baptiste Daroussin 38f89e6905 Support stage
Depends on vim binary rather than a specific version of the vim package to allow installing with vim-lite
2014-01-23 00:09:17 +00:00

20 lines
455 B
Makefile

# 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
GNU_CONFIGURE= yes
CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles
.include <bsd.port.mk>