freebsd-ports/java/eclipse-viplugin/Makefile
2005-11-21 01:19:02 +00:00

36 lines
821 B
Makefile

# New ports collection makefile for: eclipse-viPlugin
# Date created: 2005-08-01
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= viPlugin
PORTVERSION= 1.13.0
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}/eclipse:${PORTSDIR}/java/eclipse
BROKEN= Unfetchable
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_OS= native
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
.include <bsd.port.mk>