1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/java/eclipse-gef/Makefile
Alex Dupre c185c57613 Update to 3.7.2 release.
Approved by:	maintainer timeout
2012-06-01 07:44:35 +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.7.2
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
MASTER_SITE_SUBDIR= ${PORTVERSION}/R201201171043
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>