Java GUI designer that makes it very easy to create Java GUI applications without spending a lot of time writing code to display simple forms. With WindowBuilder you can create complicated windows in minutes. Use the visual designer and Java code will be generated for you. You can easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more. WWW: http://www.eclipse.org/windowbuilder/
35 lines
983 B
Makefile
35 lines
983 B
Makefile
# 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>
|