freebsd-ports/devel/clewn/Makefile
Martin Wilke 9a188a46e0 - Fix mtree with custom PREFIX
PR:		139471
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	maintainer
2009-11-20 18:44:15 +00:00

22 lines
518 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
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>