mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
25 lines
591 B
Makefile
25 lines
591 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../eclipse/Makefile.plugins"
|
|
|
|
.include <bsd.port.mk>
|