ports/java/eclipse-windowbuilder/Makefile
John Marino 85f7db1868 Update 8 plugins following upgrade to Eclipse 4.3.2
The following plugins must be updated after upgrading Eclipse to
version 4.3.2 because they don't currently work:

  * java/eclipse-datatools  (assign maintainership too)
  * java/eclipse-emf
  * java/eclipse-gef
  * java/eclipse-pydev
  * java/eclipse-webtools
  * java/eclipse-windowbuilder
  * devel/scala-ide
  * devel/subversive

PR:		191798
Submitted by:	Eclipse maintainer (Jimmy Kelly)
2014-07-11 22:14:15 +00:00

31 lines
890 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= windowbuilder
PORTVERSION= 1.6.1
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/windowbuilder/WB/release/,} \
${MASTER_SITE_LOCAL:S,%SUBDIR%/,ale/:native,}
MASTER_SITE_SUBDIR= R201309271200
PKGNAMEPREFIX= eclipse-
DISTFILES= WB_v${PORTVERSION}_UpdateSite_for_Eclipse4.3.zip \
org.eclipse.wb.os.freebsd_1.6.1.r37x201309092314.jar:native
DIST_SUBDIR= eclipse
EXTRACT_ONLY= WB_v${PORTVERSION}_UpdateSite_for_Eclipse4.3.zip
MAINTAINER= ale@FreeBSD.org
COMMENT= Powerful and easy to use Java GUI designer for Eclipse
LICENSE= EPL
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}
.include "${.CURDIR}/../eclipse/Makefile.plugins"
post-extract:
@${CP} ${_DISTDIR}/org.eclipse.wb.os.freebsd_1.6.1.r37x201309092314.jar \
${WRKSRC}/plugins
.include <bsd.port.mk>