Use the new eclipse common Makefile for plugins and bump PORTREVISION.

This commit is contained in:
Alex Dupre 2010-09-07 08:49:04 +00:00
parent 7afa2f3cd2
commit e049be9f58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260684

View file

@ -7,6 +7,7 @@
PORTNAME= subversive
PORTVERSION= 0.7.9
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/0.7/builds,:S,$,:core,} \
@ -22,18 +23,10 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
LICENSE= EPL
CONNECTORS= Subversive-connectors-2.2.2.I20100512-1900.zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
JAVA_OS= native
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
@(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) | \
${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
.include <bsd.port.mk>