2008-10-24 15:40:01 +02:00
|
|
|
# New ports collection makefile for: clewn
|
|
|
|
# Date created: 21 Oct 2008
|
|
|
|
# Whom: Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clewn
|
|
|
|
PORTVERSION= 1.14
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2008-10-24 15:40:01 +02:00
|
|
|
CATEGORIES= devel editors
|
2009-08-27 11:23:31 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
2008-10-24 15:40:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= giacomomariani@yahoo.it
|
|
|
|
COMMENT= Clewn provides Gdb support within Vim
|
|
|
|
|
|
|
|
RUN_DEPENDS= vim>=6.3:${PORTSDIR}/editors/vim
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2009-11-20 19:44:15 +01:00
|
|
|
CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles
|
2008-10-24 15:40:01 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|