freebsd-ports/devel/clewn/Makefile
Raphael Kubo da Costa 771c194a28 Fix `make fetch'.
Update MASTER_SITES.
2015-12-28 22:57:23 +00:00

20 lines
461 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}/OldFiles/${PORTNAME}-${PORTVERSION}/
MAINTAINER= giacomomariani@yahoo.it
COMMENT= Clewn provides Gdb support within Vim
RUN_DEPENDS= vim:${PORTSDIR}/editors/vim
USES= gmake readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles
.include <bsd.port.mk>