Alex Dupre f0675a9786 - Update to 3.5.2 release
- Pass maintainership to submitter
- Use the new eclipse plugins Makefile

PR:		ports/148992
Submitted by:	Sutra Zhou <zhoushuqun@gmail.com>
2010-09-07 09:12:05 +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.5.2
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
MASTER_SITE_SUBDIR= ${PORTVERSION}/R201002241200
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>