mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
29 lines
630 B
Makefile
29 lines
630 B
Makefile
# New ports collection makefile for: eclipse-gef
|
|
# Date created: July 8, 2003
|
|
# Whom: olgeni@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eclipse-gef
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-2.1.2-200310151343/
|
|
DISTNAME= GEF-SDK-I20031015
|
|
DIST_SUBDIR= eclipse
|
|
|
|
|
|
MAINTAINER= java@FreeBSD.ORG
|
|
COMMENT= Graphical Editing Framework for the Eclipse IDE
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/eclipse
|
|
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
|
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
|
|
|
.include <bsd.port.mk>
|