mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
c185c57613
Approved by: maintainer timeout
28 lines
660 B
Makefile
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>
|