# New ports collection makefile for:	eclipse-viPlugin
# Date created:				2005-08-01
# Whom:					nork@FreeBSD.org
#
# $FreeBSD: ports/java/eclipse-viplugin/Makefile,v 1.22 2011/07/21 05:02:41 linimon Exp $
#

PORTNAME=	viPlugin
PORTVERSION=	1.14.0
PORTREVISION=	4
CATEGORIES=	java devel editors
MASTER_SITES=	http://www.satokar.com/viplugin/files/
PKGNAMEPREFIX=	eclipse-
DISTNAME=	${PORTNAME}_${PORTVERSION}_E30
DIST_SUBDIR=	eclipse

MAINTAINER=	freebsd-eclipse@FreeBSD.org
COMMENT=	Vi like keybinding Eclipse plugin FREETRIAL Version

RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse

NO_WRKSUBDIR=	yes
NO_BUILD=	yes
USE_ZIP=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.5+
JAVA_OS=	native
PLIST_SUB=	RELEASEVERSION=${PORTVERSION}

do-install:
	@${MKDIR} ${PREFIX}/lib/eclipse
	@${CP} -r ${WRKSRC}/plugins  ${PREFIX}/lib/eclipse
	@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse

.include <bsd.port.mk>
