summaryrefslogtreecommitdiff
path: root/java/eclipse-windowbuilder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-windowbuilder/Makefile')
-rw-r--r--java/eclipse-windowbuilder/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/java/eclipse-windowbuilder/Makefile b/java/eclipse-windowbuilder/Makefile
new file mode 100644
index 000000000000..97bc44cd66fa
--- /dev/null
+++ b/java/eclipse-windowbuilder/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: eclipse-windowbuilder
+# Date created: 14 Jun 2012
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= windowsbuilder
+PORTVERSION= 1.1.0
+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= R201109201200
+PKGNAMEPREFIX= eclipse-
+DISTFILES= WB_v${PORTVERSION}_UpdateSite_for_Eclipse3.7.zip \
+ org.eclipse.wb.os.freebsd_1.1.0.r37x201109091012.jar:native
+DIST_SUBDIR= eclipse
+EXTRACT_ONLY= WB_v${PORTVERSION}_UpdateSite_for_Eclipse3.7.zip
+
+MAINTAINER= ale@FreeBSD.org
+COMMENT= A 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.1.0.r37x201109091012.jar \
+ ${WRKSRC}/plugins
+
+.include <bsd.port.mk>