1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/java/eclipse-viplugin/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
815 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= 2
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
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>