1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/java/eclipse-viplugin/Makefile
2010-07-15 03:46:06 +00:00

36 lines
831 B
Makefile

# New ports collection makefile for: eclipse-viPlugin
# Date created: 2005-08-01
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
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.4+
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>