mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 2.0.2.
PR: ports/73214 Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
This commit is contained in:
parent
6e33763200
commit
9e8d6ec868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120390
@ -6,36 +6,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= cdt
|
||||
PORTVERSION= 2.0
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/
|
||||
PKGNAMEPREFIX= eclipse-
|
||||
DISTNAME= org.eclipse.cdt-${PORTVERSION}-linux.${ECLIPSE_WS}.${ECLIPSE_ARCH}
|
||||
DISTNAME= org.eclipse.cdt-${PORTVERSION}-linux.${ECLIPSE_ARCH}
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= java@freebsd.org
|
||||
COMMENT= C/C++ IDE for Eclipse
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/eclipse/plugins/org.eclipse.swt.${ECLIPSE_WS}_3.0.0/ws/${ECLIPSE_WS}/swt.jar:${ECLIPSE_TARGET}
|
||||
RUN_DEPENDS= ${LOCALBASE}/eclipse:${PORTSDIR}/java/eclipse
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
JAVA_OS= native
|
||||
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
|
||||
|
||||
ECLIPSE_ARCH=x86
|
||||
ECLIPSE_TARGET= ${PORTSDIR}/java/eclipse
|
||||
|
||||
.if defined(WITH_MOTIF)
|
||||
ECLIPSE_WS= motif
|
||||
USE_MOTIF= yes
|
||||
PLIST_SUB= WITH_GTK="@comment "
|
||||
.else
|
||||
ECLIPSE_WS= gtk
|
||||
USE_GTK= yes
|
||||
PLIST_SUB= WITH_GTK=""
|
||||
.endif
|
||||
ECLIPSE_ARCH= x86
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/eclipse
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (eclipse/org.eclipse.cdt-2.0-linux.gtk.x86.zip) = 15fbefa22a0baf1e9ed4139ce219ade4
|
||||
MD5 (eclipse/org.eclipse.cdt-2.0-linux.motif.x86.zip) = 77047448225e26ff21b3c4ca3f0b9d51
|
||||
MD5 (eclipse/org.eclipse.cdt-2.0.2-linux.x86.zip) = c6e3c5f74fddae54a8ff242b42de4ade
|
||||
SIZE (eclipse/org.eclipse.cdt-2.0.2-linux.x86.zip) = 8486704
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user