mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
771c194a28
Update MASTER_SITES.
20 lines
461 B
Makefile
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>
|