Alex Dupre 9f63c667c1 Update to 3.6.2 release.
Approved by:	maintainer
2011-05-19 15:40:10 +00:00

28 lines
660 B
Makefile

# New ports collection makefile for: eclipse-gef
# Date created: July 8, 2003
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gef
PORTVERSION= 3.6.2
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
MASTER_SITE_SUBDIR= ${PORTVERSION}/R201102251600
PKGNAMEPREFIX= eclipse-
DISTNAME= GEF-ALL-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= zhoushuqun@gmail.com
COMMENT= Graphical Editing Framework for the Eclipse IDE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>