mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Update to 1.0.0.20040628.
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: maintainer timeout (1week)
This commit is contained in:
parent
d8d6857d6a
commit
af20bd4da1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114612
3 changed files with 894 additions and 747 deletions
|
@ -5,24 +5,26 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= eclipse-vep
|
||||
PORTVERSION= 0.5.0
|
||||
PORTNAME= vep
|
||||
PORTVERSION= 1.0.0.20040628
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download.eclipse.org/tools/ve/downloads/drops/R-0.5.0-200312051712/
|
||||
DISTNAME= VE-SDK-$(PORTVERSION)
|
||||
MASTER_SITES= http://download.eclipse.org/tools/ve/downloads/drops/S-S20040628-200406281448/
|
||||
PKGNAMEPREFIX= eclipse-
|
||||
DISTNAME= VE-SDK-S20040628
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= alex@FreeBSD.ORG
|
||||
COMMENT= First-class GUI building tools for Eclipse
|
||||
COMMENT= A framework for creating GUI builders for Eclipse
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.0.0/feature.xml:${PORTSDIR}/java/eclipse-emf
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.emf_1.1.1/feature.xml:${PORTSDIR}/java/eclipse-emf
|
||||
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
|
||||
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (eclipse/VE-SDK-0.5.0.zip) = 7ab1f99930601eae7a4d21472e4c9ee1
|
||||
SIZE (eclipse/VE-SDK-0.5.0.zip) = 8541386
|
||||
MD5 (eclipse/VE-SDK-S20040628.zip) = 9ad17ebabc59676afa6631a3f5608e55
|
||||
SIZE (eclipse/VE-SDK-S20040628.zip) = 9548966
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue