mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
cf3caa890b
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: maintainer timeout (1week)
31 lines
729 B
Makefile
31 lines
729 B
Makefile
# New ports collection makefile for: eclipse-gef
|
|
# Date created: July 8, 2003
|
|
# Whom: olgeni@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gef
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406251257/
|
|
PKGNAMEPREFIX= eclipse-
|
|
DISTNAME= GEF-SDK-${PORTVERSION}
|
|
DIST_SUBDIR= eclipse
|
|
|
|
MAINTAINER= java@FreeBSD.ORG
|
|
COMMENT= Graphical Editing Framework for the Eclipse IDE
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/eclipse
|
|
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
|
|
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
|
|
|
|
.include <bsd.port.mk>
|