1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
2012-06-01 05:26:28 +00:00

24 lines
534 B
Makefile

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